#6E5977

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

Shades of Rum #6E5977

Tints of Rum #6E5977

Color information

#6E5977 (or 0x6E5977) is unknown color: approx Rum. HEX triplet: 6E, 59 and 77. RGB value is (110,89,119). Sum of RGB (Red+Green+Blue) = 110+89+119=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5977 is #91A688. Grayscale: #626262. Windows color (decimal): -9545353 or 7821678. OLE color: 7821678.

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

Color convert

RGB11089119-
CMYK0.080.2500.53
HSL282º14.42%40.78%-
HSV(B)282º25.21%46.67%-
XYZ13.3311.7919.03-
YUV98.7139.46136.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=34.59%
G=27.99%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110891190.080.2500.5328214.4240.78
Hex6E597781903511ae29
Octal15613116710310654321651
Binary11011101011001111011110001100101101011000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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