Html Css Color HEX #62A8D9 Picton Blue

📋 copy color: '#62A8D9'

red 98 ◦ green 168 ◦ blue 217

#62A8D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #62A8D9

Tints of Picton Blue #62A8D9

RGB

 RED value IS 98 (38.67% from 255) = 20.29%

 GREEN value IS 168 (66.02% from 255) = 34.78%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 20.29%
G = 34.78%
B = 44.93%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62A8D9 (or 0x62A8D9) is known color: Picton Blue. HEX triplet: 62, A8 and D9. RGB value is (98,168,217). Sum of RGB (Red+Green+Blue) = 98+168+217=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #62A8D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8D9 is #9D5726. Grayscale: #989898. Windows color (decimal): -10311463 or 14264418. OLE color: 14264418.

HSL color Cylindrical-coordinate representation of color #62A8D9: hue angle of 204.71º degrees, saturation: 0.61, 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 #62A8D9 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 168 217 -
CMYK 0.55 0.23 0 0.15
HSL 204.71º 0.61% 0.62% -
HSV(B) 204.71º 0.55% 0.85% -
XYZ 31.56 35.61 70.86 -
YUV 152.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 98 168 217 0.55 0.23 0 0.15 204.71 0.61 0.62
Hex 62 A8 D9 37 17 0 F CD 3D 3E
Octal 142 250 331 67 27 0 17 315 75 76
Binary 1100010 10101000 11011001 110111 10111 0 1111 11001101 111101 111110

Color Harmonies of #62A8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A8D9

Black with #62A8D9

Text Example


Text Example

White with #62A8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62A8D9;
 }
 .AnyTagClassName
 {
   color: #62A8D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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