#62a6db

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

Shades of Picton Blue #62A6DB

Tints of Picton Blue #62A6DB

Color information

#62A6DB (or 0x62A6DB) is unknown color: approx Picton Blue. HEX triplet: 62, A6 and DB. RGB value is (98,166,219). Sum of RGB (Red+Green+Blue) = 98+166+219=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #62A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6DB is #9D5924. Grayscale: #979797. Windows color (decimal): -10311973 or 14394978. OLE color: 14394978.

HSL color Cylindrical-coordinate representation of color #62A6DB: hue angle of 206.28º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A6DB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98166219-
CMYK0.550.2400.14
HSL206.28º62.69%62.16%-
HSV(B)206.28º55.25%85.88%-
XYZ31.4634.9872.11-
YUV151.71165.9789.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.29%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=20.29%
G=34.37%
B=45.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981662190.550.2400.14206.2862.6962.16
Hex62A6DB37180Ece3f3e
Octal14224633367300163167776
Binary11000101010011011011011110111110000111011001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62a6db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,166,219); }

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

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

 a { background-color: rgb(98,166,219); }

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

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

 span { border-color: rgb(98,166,219); }

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