#6D5977

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

Shades of Rum #6D5977

Tints of Rum #6D5977

Color information

#6D5977 (or 0x6D5977) is unknown color: approx Rum. HEX triplet: 6D, 59 and 77. RGB value is (109,89,119). Sum of RGB (Red+Green+Blue) = 109+89+119=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5977 is #92A688. Grayscale: #626262. Windows color (decimal): -9610889 or 7821677. OLE color: 7821677.

HSL color Cylindrical-coordinate representation of color #6D5977: hue angle of 280º 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 #6D5977 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10989119-
CMYK0.080.2500.53
HSL280º14.42%40.78%-
HSV(B)280º25.21%46.67%-
XYZ13.2111.7319.02-
YUV98.4139.63135.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=34.38%
G=28.08%
B=37.54%

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
Decimal109891190.080.2500.5328014.4240.78
Hex6D5977819035118e29
Octal15513116710310654301651
Binary11011011011001111011110001100101101011000110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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