#62A2E6

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

Shades of Cornflower Blue #62A2E6

Tints of Cornflower Blue #62A2E6

Color information

#62A2E6 (or 0x62A2E6) is unknown color: approx Cornflower Blue. HEX triplet: 62, A2 and E6. RGB value is (98,162,230). Sum of RGB (Red+Green+Blue) = 98+162+230=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #62A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A2E6 is #9D5D19. Grayscale: #969696. Windows color (decimal): -10312986 or 15114850. OLE color: 15114850.

HSL color Cylindrical-coordinate representation of color #62A2E6: hue angle of 210.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62A2E6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB98162230-
CMYK0.570.3000.10
HSL210.91º72.53%64.31%-
HSV(B)210.91º57.39%90.2%-
XYZ32.2434.1579.76-
YUV150.62172.890.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 230 (90.23% from 255) = 46.94%
R=20%
G=33.06%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal981622300.570.3000.10210.9172.5364.31
Hex62A2E6391E0Ad34940
Octal1422423467136012323111100
Binary1100010101000101110011011100111110010101101001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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