#6E94DF

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

Shades of Cornflower Blue #6E94DF

Tints of Cornflower Blue #6E94DF

Color information

#6E94DF (or 0x6E94DF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 94 and DF. RGB value is (110,148,223). Sum of RGB (Red+Green+Blue) = 110+148+223=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E94DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E94DF is #916B20. Grayscale: #909090. Windows color (decimal): -9530145 or 14652526. OLE color: 14652526.

HSL color Cylindrical-coordinate representation of color #6E94DF: hue angle of 219.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E94DF is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110148223-
CMYK0.510.3400.13
HSL219.82º63.84%65.29%-
HSV(B)219.82º50.67%87.45%-
XYZ30.3429.8273.97-
YUV145.19171.91102.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.87%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=22.87%
G=30.77%
B=46.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101482230.510.3400.13219.8263.8465.29
Hex6E94DF33220Ddc4041
Octal1562243376342015334100101
Binary11011101001010011011111110011100010011011101110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,223); }

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

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

 a { background-color: rgb(110,148,223); }

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

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

 span { border-color: rgb(110,148,223); }

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