#6E90E2

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

Shades of Cornflower Blue #6E90E2

Tints of Cornflower Blue #6E90E2

Color information

#6E90E2 (or 0x6E90E2) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 90 and E2. RGB value is (110,144,226). Sum of RGB (Red+Green+Blue) = 110+144+226=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #6E90E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E90E2 is #916F1D. Grayscale: #8E8E8E. Windows color (decimal): -9531166 or 14848110. OLE color: 14848110.

HSL color Cylindrical-coordinate representation of color #6E90E2: hue angle of 222.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E90E2 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB110144226-
CMYK0.510.3600.11
HSL222.41º66.67%65.88%-
HSV(B)222.41º51.33%88.63%-
XYZ30.1328.7575.91-
YUV143.18174.74104.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 226 (88.67% from 255) = 47.08%
R=22.92%
G=30%
B=47.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1101442260.510.3600.11222.4166.6765.88
Hex6E90E233240Bde4342
Octal1562203426344013336103102
Binary11011101001000011100010110011100100010111101111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E90E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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