#6EA0FA

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

Shades of Cornflower Blue #6EA0FA

Tints of Cornflower Blue #6EA0FA

Color information

#6EA0FA (or 0x6EA0FA) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A0 and FA. RGB value is (110,160,250). Sum of RGB (Red+Green+Blue) = 110+160+250=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EA0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA0FA is #915F05. Grayscale: #9A9A9A. Windows color (decimal): -9527046 or 16425070. OLE color: 16425070.

HSL color Cylindrical-coordinate representation of color #6EA0FA: hue angle of 218.57º 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 #6EA0FA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110160250-
CMYK0.560.3600.02
HSL218.57º93.33%70.59%-
HSV(B)218.57º56%98.04%-
XYZ36.2635.3695.36-
YUV155.31181.4495.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.15%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=21.15%
G=30.77%
B=48.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101602500.560.3600.02218.5793.3370.59
Hex6EA0FA382402db5d47
Octal156240372704402333135107
Binary110111010100000111110101110001001000101101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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