#6EA2FA

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

Shades of Cornflower Blue #6EA2FA

Tints of Cornflower Blue #6EA2FA

Color information

#6EA2FA (or 0x6EA2FA) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A2 and FA. RGB value is (110,162,250). Sum of RGB (Red+Green+Blue) = 110+162+250=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA2FA is #915D05. Grayscale: #9C9C9C. Windows color (decimal): -9526534 or 16425582. OLE color: 16425582.

HSL color Cylindrical-coordinate representation of color #6EA2FA: hue angle of 217.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA2FA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110162250-
CMYK0.560.3500.02
HSL217.71º93.33%70.59%-
HSV(B)217.71º56%98.04%-
XYZ36.6136.0695.47-
YUV156.48180.7794.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.07%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=21.07%
G=31.03%
B=47.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101622500.560.3500.02217.7193.3370.59
Hex6EA2FA382302da5d47
Octal156242372704302332135107
Binary110111010100010111110101110001000110101101101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA2FA; }

 p { color: rgb(110,162,250); }

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

<style>
 a { background-color: #6EA2FA; }

 a { background-color: rgb(110,162,250); }

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

<style>
 span { border-color: #6EA2FA; }

 span { border-color: rgb(110,162,250); }

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