#62A2D7

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

Shades of Picton Blue #62A2D7

Tints of Picton Blue #62A2D7

Color information

#62A2D7 (or 0x62A2D7) is unknown color: approx Picton Blue. HEX triplet: 62, A2 and D7. RGB value is (98,162,215). Sum of RGB (Red+Green+Blue) = 98+162+215=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #62A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A2D7 is #9D5D28. Grayscale: #949494. Windows color (decimal): -10313001 or 14131810. OLE color: 14131810.

HSL color Cylindrical-coordinate representation of color #62A2D7: hue angle of 207.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62A2D7 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98162215-
CMYK0.540.2500.16
HSL207.18º59.39%61.37%-
HSV(B)207.18º54.42%84.31%-
XYZ30.2233.3469.13-
YUV148.91165.391.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.63%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=20.63%
G=34.11%
B=45.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981622150.540.2500.16207.1859.3961.37
Hex62A2D73619010cf3b3d
Octal14224232766310203177375
Binary110001010100010110101111101101100101000011001111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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