#6E7ED9

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

Shades of Cornflower Blue #6E7ED9

Tints of Cornflower Blue #6E7ED9

Color information

#6E7ED9 (or 0x6E7ED9) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 7E and D9. RGB value is (110,126,217). Sum of RGB (Red+Green+Blue) = 110+126+217=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E7ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ED9 is #918126. Grayscale: #838383. Windows color (decimal): -9535783 or 14253678. OLE color: 14253678.

HSL color Cylindrical-coordinate representation of color #6E7ED9: hue angle of 231.03º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E7ED9 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB110126217-
CMYK0.490.4200.15
HSL231.03º58.47%64.12%-
HSV(B)231.03º49.31%85.1%-
XYZ26.4223.2568.74-
YUV131.59176.2112.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=24.28%
G=27.81%
B=47.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1101262170.490.4200.15231.0358.4764.12
Hex6E7ED9312A0Fe73a40
Octal156176331615201734772100
Binary110111011111101101100111000110101001111111001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,126,217); }

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

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

 a { background-color: rgb(110,126,217); }

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

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

 span { border-color: rgb(110,126,217); }

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