#6E90CC

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

Shades of Danube #6E90CC

Tints of Danube #6E90CC

Color information

#6E90CC (or 0x6E90CC) is unknown color: approx Danube. HEX triplet: 6E, 90 and CC. RGB value is (110,144,204). Sum of RGB (Red+Green+Blue) = 110+144+204=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E90CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E90CC is #916F33. Grayscale: #8C8C8C. Windows color (decimal): -9531188 or 13406318. OLE color: 13406318.

HSL color Cylindrical-coordinate representation of color #6E90CC: hue angle of 218.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E90CC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110144204-
CMYK0.460.2900.2
HSL218.3º47.96%61.57%-
HSV(B)218.3º46.08%80%-
XYZ27.327.6261.02-
YUV140.67163.74106.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=24.02%
G=31.44%
B=44.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101442040.460.2900.2218.347.9661.57
Hex6E90CC2E1D014da303e
Octal15622031456350243326076
Binary110111010010000110011001011101110101010011011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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