#6E8EE6

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

Shades of Cornflower Blue #6E8EE6

Tints of Cornflower Blue #6E8EE6

Color information

#6E8EE6 (or 0x6E8EE6) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 8E and E6. RGB value is (110,142,230). Sum of RGB (Red+Green+Blue) = 110+142+230=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #6E8EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8EE6 is #917119. Grayscale: #8E8E8E. Windows color (decimal): -9531674 or 15109742. OLE color: 15109742.

HSL color Cylindrical-coordinate representation of color #6E8EE6: hue angle of 224º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E8EE6 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB110142230-
CMYK0.520.3800.10
HSL224º70.59%66.67%-
HSV(B)224º52.17%90.2%-
XYZ30.3928.3778.74-
YUV142.46177.4104.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.82%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=22.82%
G=29.46%
B=47.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1101422300.520.3800.1022470.5966.67
Hex6E8EE634260Ae04743
Octal1562163466446012340107103
Binary11011101000111011100110110100100110010101110000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,230); }

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

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

 a { background-color: rgb(110,142,230); }

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

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

 span { border-color: rgb(110,142,230); }

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