Html Css Color HEX #62A1D8 Picton Blue

📋 copy color: '#62A1D8'

red 98 ◦ green 161 ◦ blue 216

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

Shades of Picton Blue #62A1D8

Tints of Picton Blue #62A1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 216 (84.77% from 255) = 45.47%

R = 20.63%
G = 33.89%
B = 45.47%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62A1D8 (or 0x62A1D8) is known color: Picton Blue. HEX triplet: 62, A1 and D8. RGB value is (98,161,216). Sum of RGB (Red+Green+Blue) = 98+161+216=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #62A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1D8 is #9D5E27. Grayscale: #949494. Windows color (decimal): -10313256 or 14197090. OLE color: 14197090.

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

Color convert

RGB 98 161 216 -
CMYK 0.55 0.25 0 0.15
HSL 207.97º 0.6% 0.62% -
HSV(B) 207.97º 0.55% 0.85% -
XYZ 30.18 33.04 69.75 -
YUV 148.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 98 161 216 0.55 0.25 0 0.15 207.97 0.6 0.62
Hex 62 A1 D8 37 19 0 F D0 3C 3E
Octal 142 241 330 67 31 0 17 320 74 76
Binary 1100010 10100001 11011000 110111 11001 0 1111 11010000 111100 111110

Color Harmonies of #62A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1D8

Black with #62A1D8

Text Example


Text Example

White with #62A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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