#6E8ECE

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

Shades of Danube #6E8ECE

Tints of Danube #6E8ECE

Color information

#6E8ECE (or 0x6E8ECE) is unknown color: approx Danube. HEX triplet: 6E, 8E and CE. RGB value is (110,142,206). Sum of RGB (Red+Green+Blue) = 110+142+206=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ECE is #917131. Grayscale: #8B8B8B. Windows color (decimal): -9531698 or 13536878. OLE color: 13536878.

HSL color Cylindrical-coordinate representation of color #6E8ECE: hue angle of 220º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E8ECE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110142206-
CMYK0.470.3100.19
HSL220º49.48%61.96%-
HSV(B)220º46.6%80.78%-
XYZ27.2427.1262.19-
YUV139.73165.4106.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=24.02%
G=31.00%
B=44.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101422060.470.3100.1922049.4861.96
Hex6E8ECE2F1F013dc313e
Octal15621631657370233346176
Binary110111010001110110011101011111111101001111011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,206); }

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

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

 a { background-color: rgb(110,142,206); }

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

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

 span { border-color: rgb(110,142,206); }

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