#6E9CE0

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

Shades of Cornflower Blue #6E9CE0

Tints of Cornflower Blue #6E9CE0

Color information

#6E9CE0 (or 0x6E9CE0) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 9C and E0. RGB value is (110,156,224). Sum of RGB (Red+Green+Blue) = 110+156+224=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CE0 is #91631F. Grayscale: #959595. Windows color (decimal): -9528096 or 14720110. OLE color: 14720110.

HSL color Cylindrical-coordinate representation of color #6E9CE0: hue angle of 215.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E9CE0 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110156224-
CMYK0.510.3000.12
HSL215.79º64.77%65.49%-
HSV(B)215.79º50.89%87.84%-
XYZ31.7732.4775.11-
YUV150169.7699.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.45%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 224 (87.89% from 255) = 45.71%
R=22.45%
G=31.84%
B=45.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101562240.510.3000.12215.7964.7765.49
Hex6E9CE0331E0Cd84141
Octal1562343406336014330101101
Binary1101110100111001110000011001111110011001101100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,156,224); }

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

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

 a { background-color: rgb(110,156,224); }

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

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

 span { border-color: rgb(110,156,224); }

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