#6D5A78

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

Shades of Rum #6D5A78

Tints of Rum #6D5A78

Color information

#6D5A78 (or 0x6D5A78) is unknown color: approx Rum. HEX triplet: 6D, 5A and 78. RGB value is (109,90,120). Sum of RGB (Red+Green+Blue) = 109+90+120=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A78 is #92A587. Grayscale: #626262. Windows color (decimal): -9610632 or 7887469. OLE color: 7887469.

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

Color convert

RGB10990120-
CMYK0.090.2500.53
HSL278º14.29%41.18%-
HSV(B)278º25%47.06%-
XYZ13.3511.9219.37-
YUV99.1139.79135.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=34.17%
G=28.21%
B=37.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109901200.090.2500.5327814.2941.18
Hex6D5A78919035116e29
Octal15513217011310654261651
Binary11011011011010111100010011100101101011000101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,120); }

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

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

 a { background-color: rgb(109,90,120); }

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

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

 span { border-color: rgb(109,90,120); }

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