#6E90DE

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

Shades of Cornflower Blue #6E90DE

Tints of Cornflower Blue #6E90DE

Color information

#6E90DE (or 0x6E90DE) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 90 and DE. RGB value is (110,144,222). Sum of RGB (Red+Green+Blue) = 110+144+222=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E90DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E90DE is #916F21. Grayscale: #8E8E8E. Windows color (decimal): -9531170 or 14585966. OLE color: 14585966.

HSL color Cylindrical-coordinate representation of color #6E90DE: hue angle of 221.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E90DE is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110144222-
CMYK0.500.3500.13
HSL221.79º62.92%65.1%-
HSV(B)221.79º50.45%87.06%-
XYZ29.5928.5473.06-
YUV142.73172.74104.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.11%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=23.11%
G=30.25%
B=46.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101442220.500.3500.13221.7962.9265.1
Hex6E90DE32230Dde3f41
Octal156220336624301533677101
Binary1101110100100001101111011001010001101101110111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,222); }

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

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

 a { background-color: rgb(110,144,222); }

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

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

 span { border-color: rgb(110,144,222); }

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