Shades of Rum #6A686B
Tints of Rum #6A686B
RGB
CMYK
RGB Variations
Color information
#6A686B (or 0x6A686B) is known color: Rum. HEX triplet: 6A, 68 and 6B. RGB value is (106,104,107). Sum of RGB (Red+Green+Blue) = 106+104+107=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A686B is #959794. Grayscale: #686868. Windows color (decimal): -9803669 or 7039082. OLE color: 7039082.
HSL color Cylindrical-coordinate representation of color #6A686B: hue angle of 280º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6A686B is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 104 | 107 | - |
CMYK | 0.01 | 0.03 | 0 | 0.58 |
HSL | 280º | 0.01% | 0.41% | - |
HSV(B) | 280º | 0.03% | 0.42% | - |
XYZ | 13.55 | 14.03 | 15.9 | - |
YUV | 104.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 104 | 107 | 0.01 | 0.03 | 0 | 0.58 | 280 | 0.01 | 0.41 |
Hex | 6A | 68 | 6B | 1 | 3 | 0 | 3A | 118 | 1 | 29 |
Octal | 152 | 150 | 153 | 1 | 3 | 0 | 72 | 430 | 1 | 51 |
Binary | 1101010 | 1101000 | 1101011 | 1 | 11 | 0 | 111010 | 100011000 | 1 | 101001 |
Color Harmonies of #6A686B
Complementary color
Monochromatic Colors of #6A686B
Black with #6A686B
Text Example
Text Example
White with #6A686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A686B; }
p { color: rgb(106,104,107); }
H1.HeaderClassName
{
color: #6A686B;
}
.AnyTagClassName
{
color: #6A686B;
}
</style>
background-color css
<style>
a { background-color: #6A686B; }
a { background-color: rgb(106,104,107); }
div.DivClassName
{
background-color: #6A686B;
}
.BgClassName
{
background-color: #6A686B;
}
</style>
border-color css
<style>
span { border-color: #6A686B; }
span { border-color: rgb(106,104,107); }
td.TdClassName
{
border-color: #6A686B;
}
.TagClassName
{
border-color: #6A686B;
}
</style>