#6E5A77

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

Shades of Rum #6E5A77

Tints of Rum #6E5A77

Color information

#6E5A77 (or 0x6E5A77) is unknown color: approx Rum. HEX triplet: 6E, 5A and 77. RGB value is (110,90,119). Sum of RGB (Red+Green+Blue) = 110+90+119=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A77 is #91A588. Grayscale: #636363. Windows color (decimal): -9545097 or 7821934. OLE color: 7821934.

HSL color Cylindrical-coordinate representation of color #6E5A77: hue angle of 281.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5A77 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11090119-
CMYK0.080.2400.53
HSL281.38º13.88%40.98%-
HSV(B)281.38º24.37%46.67%-
XYZ13.4211.9619.05-
YUV99.29139.13135.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=34.48%
G=28.21%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110901190.080.2400.53281.3813.8840.98
Hex6E5A77818035119e29
Octal15613216710300654311651
Binary11011101011010111011110001100001101011000110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,119); }

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

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

 a { background-color: rgb(110,90,119); }

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

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

 span { border-color: rgb(110,90,119); }

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