#6D5979

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

Shades of Rum #6D5979

Tints of Rum #6D5979

Color information

#6D5979 (or 0x6D5979) is unknown color: approx Rum. HEX triplet: 6D, 59 and 79. RGB value is (109,89,121). Sum of RGB (Red+Green+Blue) = 109+89+121=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5979 is #92A686. Grayscale: #626262. Windows color (decimal): -9610887 or 7952749. OLE color: 7952749.

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

Color convert

RGB10989121-
CMYK0.100.2600.53
HSL277.5º15.24%41.18%-
HSV(B)277.5º26.45%47.45%-
XYZ13.3311.7819.66-
YUV98.63140.63135.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=34.17%
G=27.90%
B=37.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109891210.100.2600.53277.515.2441.18
Hex6D5979A1A035116f29
Octal15513117112320654261751
Binary11011011011001111100110101101001101011000101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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