Shades of Rum #6B5A78
Tints of Rum #6B5A78
RGB
CMYK
RGB Variations
Color information
#6B5A78 (or 0x6B5A78) is known color: Rum. HEX triplet: 6B, 5A and 78. RGB value is (107,90,120). Sum of RGB (Red+Green+Blue) = 107+90+120=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B5A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A78 is #94A587. Grayscale: #626262. Windows color (decimal): -9741704 or 7887467. OLE color: 7887467.
HSL color Cylindrical-coordinate representation of color #6B5A78: hue angle of 274º 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 #6B5A78 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 90 | 120 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.53 |
| HSL | 274º | 0.14% | 0.41% | - |
| HSV(B) | 274º | 0.25% | 0.47% | - |
| XYZ | 13.11 | 11.79 | 19.35 | - |
| YUV | 98.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 120 | 0.11 | 0.25 | 0 | 0.53 | 274 | 0.14 | 0.41 |
| Hex | 6B | 5A | 78 | B | 19 | 0 | 35 | 112 | E | 29 |
| Octal | 153 | 132 | 170 | 13 | 31 | 0 | 65 | 422 | 16 | 51 |
| Binary | 1101011 | 1011010 | 1111000 | 1011 | 11001 | 0 | 110101 | 100010010 | 1110 | 101001 |
Color Harmonies of #6B5A78
Complementary color
Monochromatic Colors of #6B5A78
Black with #6B5A78
Text Example
Text Example
White with #6B5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A78; }
p { color: rgb(107,90,120); }
H1.HeaderClassName
{
color: #6B5A78;
}
.AnyTagClassName
{
color: #6B5A78;
}
</style>
background-color css
<style>
a { background-color: #6B5A78; }
a { background-color: rgb(107,90,120); }
div.DivClassName
{
background-color: #6B5A78;
}
.BgClassName
{
background-color: #6B5A78;
}
</style>
border-color css
<style>
span { border-color: #6B5A78; }
span { border-color: rgb(107,90,120); }
td.TdClassName
{
border-color: #6B5A78;
}
.TagClassName
{
border-color: #6B5A78;
}
</style>