#62A2D8

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

Shades of Picton Blue #62A2D8

Tints of Picton Blue #62A2D8

Color information

#62A2D8 (or 0x62A2D8) is unknown color: approx Picton Blue. HEX triplet: 62, A2 and D8. RGB value is (98,162,216). Sum of RGB (Red+Green+Blue) = 98+162+216=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #62A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A2D8 is #9D5D27. Grayscale: #949494. Windows color (decimal): -10313000 or 14197346. OLE color: 14197346.

HSL color Cylindrical-coordinate representation of color #62A2D8: hue angle of 207.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A2D8 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98162216-
CMYK0.550.2500.15
HSL207.46º60.2%61.57%-
HSV(B)207.46º54.63%84.71%-
XYZ30.3533.469.81-
YUV149.02165.891.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.59%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=20.59%
G=34.03%
B=45.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981622160.550.2500.15207.4660.261.57
Hex62A2D837190Fcf3c3e
Octal14224233067310173177476
Binary11000101010001011011000110111110010111111001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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