Html Css Color HEX #62A2E0 Picton Blue

📋 copy color: '#62A2E0'

red 98 ◦ green 162 ◦ blue 224

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

Shades of Picton Blue #62A2E0

Tints of Picton Blue #62A2E0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

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

R = 20.25%
G = 33.47%
B = 46.28%

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

#62A2E0 (or 0x62A2E0) is known color: Picton Blue. HEX triplet: 62, A2 and E0. RGB value is (98,162,224). Sum of RGB (Red+Green+Blue) = 98+162+224=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #62A2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A2E0 is #9D5D1F. Grayscale: #959595. Windows color (decimal): -10312992 or 14721634. OLE color: 14721634.

HSL color Cylindrical-coordinate representation of color #62A2E0: hue angle of 209.52º 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 #62A2E0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 162 224 -
CMYK 0.56 0.28 0 0.12
HSL 209.52º 0.67% 0.63% -
HSV(B) 209.52º 0.56% 0.88% -
XYZ 31.41 33.82 75.39 -
YUV 149.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 98 162 224 0.56 0.28 0 0.12 209.52 0.67 0.63
Hex 62 A2 E0 38 1C 0 C D2 43 3F
Octal 142 242 340 70 34 0 14 322 103 77
Binary 1100010 10100010 11100000 111000 11100 0 1100 11010010 1000011 111111

Color Harmonies of #62A2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A2E0

Black with #62A2E0

Text Example


Text Example

White with #62A2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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