#6E91DB

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

Shades of Cornflower Blue #6E91DB

Tints of Cornflower Blue #6E91DB

Color information

#6E91DB (or 0x6E91DB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 91 and DB. RGB value is (110,145,219). Sum of RGB (Red+Green+Blue) = 110+145+219=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E91DB is #916E24. Grayscale: #8E8E8E. Windows color (decimal): -9530917 or 14389614. OLE color: 14389614.

HSL color Cylindrical-coordinate representation of color #6E91DB: hue angle of 220.73º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E91DB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110145219-
CMYK0.500.3400.14
HSL220.73º60.22%64.51%-
HSV(B)220.73º49.77%85.88%-
XYZ29.3428.6871.01-
YUV142.97170.9104.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=23.21%
G=30.59%
B=46.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101452190.500.3400.14220.7360.2264.51
Hex6E91DB32220Edd3c41
Octal156221333624201633574101
Binary1101110100100011101101111001010001001110110111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,219); }

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

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

 a { background-color: rgb(110,145,219); }

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

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

 span { border-color: rgb(110,145,219); }

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