#6EA0F9

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

Shades of Cornflower Blue #6EA0F9

Tints of Cornflower Blue #6EA0F9

Color information

#6EA0F9 (or 0x6EA0F9) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A0 and F9. RGB value is (110,160,249). Sum of RGB (Red+Green+Blue) = 110+160+249=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #6EA0F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA0F9 is #915F06. Grayscale: #9A9A9A. Windows color (decimal): -9527047 or 16359534. OLE color: 16359534.

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

Color convert

RGB110160249-
CMYK0.560.3600.02
HSL218.42º92.05%70.39%-
HSV(B)218.42º55.82%97.65%-
XYZ36.135.394.53-
YUV155.2180.9495.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.19%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=21.19%
G=30.83%
B=47.98%

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
Decimal1101602490.560.3600.02218.4292.0570.39
Hex6EA0F9382402da5c46
Octal156240371704402332134106
Binary110111010100000111110011110001001000101101101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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