Shades of Rum #6B626C
Tints of Rum #6B626C
RGB
CMYK
RGB Variations
Color information
#6B626C (or 0x6B626C) is known color: Rum. HEX triplet: 6B, 62 and 6C. RGB value is (107,98,108). Sum of RGB (Red+Green+Blue) = 107+98+108=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B626C is #949D93. Grayscale: #656565. Windows color (decimal): -9739668 or 7103083. OLE color: 7103083.
HSL color Cylindrical-coordinate representation of color #6B626C: hue angle of 294º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B626C is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 108 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.58 |
| HSL | 294º | 0.05% | 0.4% | - |
| HSV(B) | 294º | 0.09% | 0.42% | - |
| XYZ | 13.14 | 12.94 | 15.99 | - |
| YUV | 101.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 108 | 0.01 | 0.09 | 0 | 0.58 | 294 | 0.05 | 0.4 |
| Hex | 6B | 62 | 6C | 1 | 9 | 0 | 3A | 126 | 5 | 28 |
| Octal | 153 | 142 | 154 | 1 | 11 | 0 | 72 | 446 | 5 | 50 |
| Binary | 1101011 | 1100010 | 1101100 | 1 | 1001 | 0 | 111010 | 100100110 | 101 | 101000 |
Color Harmonies of #6B626C
Complementary color
Monochromatic Colors of #6B626C
Black with #6B626C
Text Example
Text Example
White with #6B626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B626C; }
p { color: rgb(107,98,108); }
H1.HeaderClassName
{
color: #6B626C;
}
.AnyTagClassName
{
color: #6B626C;
}
</style>
background-color css
<style>
a { background-color: #6B626C; }
a { background-color: rgb(107,98,108); }
div.DivClassName
{
background-color: #6B626C;
}
.BgClassName
{
background-color: #6B626C;
}
</style>
border-color css
<style>
span { border-color: #6B626C; }
span { border-color: rgb(107,98,108); }
td.TdClassName
{
border-color: #6B626C;
}
.TagClassName
{
border-color: #6B626C;
}
</style>