Html Css Color HEX #62A1E0 Picton Blue

📋 copy color: '#62A1E0'

red 98 ◦ green 161 ◦ blue 224

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

Shades of Picton Blue #62A1E0

Tints of Picton Blue #62A1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 20.29%
G = 33.33%
B = 46.38%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#62A1E0 (or 0x62A1E0) is known color: Picton Blue. HEX triplet: 62, A1 and E0. RGB value is (98,161,224). Sum of RGB (Red+Green+Blue) = 98+161+224=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #62A1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1E0 is #9D5E1F. Grayscale: #959595. Windows color (decimal): -10313248 or 14721378. OLE color: 14721378.

HSL color Cylindrical-coordinate representation of color #62A1E0: hue angle of 210º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A1E0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 161 224 -
CMYK 0.56 0.28 0 0.12
HSL 210º 0.67% 0.63% -
HSV(B) 210º 0.56% 0.88% -
XYZ 31.24 33.47 75.33 -
YUV 149.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 98 161 224 0.56 0.28 0 0.12 210 0.67 0.63
Hex 62 A1 E0 38 1C 0 C D2 43 3F
Octal 142 241 340 70 34 0 14 322 103 77
Binary 1100010 10100001 11100000 111000 11100 0 1100 11010010 1000011 111111

Color Harmonies of #62A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1E0

Black with #62A1E0

Text Example


Text Example

White with #62A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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