#62A8CD

Color #62A8CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #62A8CD

Tints of Picton Blue #62A8CD

Color information

#62A8CD (or 0x62A8CD) is unknown color: approx Picton Blue. HEX triplet: 62, A8 and CD. RGB value is (98,168,205). Sum of RGB (Red+Green+Blue) = 98+168+205=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #62A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8CD is #9D5732. Grayscale: #979797. Windows color (decimal): -10311475 or 13477986. OLE color: 13477986.

HSL color Cylindrical-coordinate representation of color #62A8CD: hue angle of 200.75º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A8CD is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98168205-
CMYK0.520.1800.20
HSL200.75º51.69%59.41%-
HSV(B)200.75º52.2%80.39%-
XYZ30.0635.0162.93-
YUV151.29158.3189.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.81%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=20.81%
G=35.67%
B=43.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981682050.520.1800.20200.7551.6959.41
Hex62A8CD3412014c9343b
Octal14225031564220243116473
Binary110001010101000110011011101001001001010011001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A8CD; }

 p { color: rgb(98,168,205); }

 H1.HeaderClassName
 {
   color: #62A8CD;
 }
 .AnyTagClassName
 {
   color: #62A8CD;
 }
</style>
background-color css

<style>
 a { background-color: #62A8CD; }

 a { background-color: rgb(98,168,205); }

 div.DivClassName
 {
   background-color: #62A8CD;
 }
 .BgClassName
 {
   background-color: #62A8CD;
 }
</style>
border-color css

<style>
 span { border-color: #62A8CD; }

 span { border-color: rgb(98,168,205); }

 td.TdClassName
 {
   border-color: #62A8CD;
 }
 .TagClassName
 {
   border-color: #62A8CD;
 }
</style>