#62A2CB

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

Shades of Picton Blue #62A2CB

Tints of Picton Blue #62A2CB

Color information

#62A2CB (or 0x62A2CB) is unknown color: approx Picton Blue. HEX triplet: 62, A2 and CB. RGB value is (98,162,203). Sum of RGB (Red+Green+Blue) = 98+162+203=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #62A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A2CB is #9D5D34. Grayscale: #939393. Windows color (decimal): -10313013 or 13345378. OLE color: 13345378.

HSL color Cylindrical-coordinate representation of color #62A2CB: hue angle of 203.43º degrees, saturation: 0.5, 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 #62A2CB is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98162203-
CMYK0.520.2000.20
HSL203.43º50.24%59.02%-
HSV(B)203.43º51.72%79.61%-
XYZ28.7432.7561.31-
YUV147.54159.392.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=21.17%
G=34.99%
B=43.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981622030.520.2000.20203.4350.2459.02
Hex62A2CB3414014cb323b
Octal14224231364240243136273
Binary110001010100010110010111101001010001010011001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,203); }

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

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

 a { background-color: rgb(98,162,203); }

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

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

 span { border-color: rgb(98,162,203); }

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