Shades of Rum #6A636D
Tints of Rum #6A636D
RGB
CMYK
RGB Variations
Color information
#6A636D (or 0x6A636D) is known color: Rum. HEX triplet: 6A, 63 and 6D. RGB value is (106,99,109). Sum of RGB (Red+Green+Blue) = 106+99+109=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A636D is #959C92. Grayscale: #666666. Windows color (decimal): -9804947 or 7168874. OLE color: 7168874.
HSL color Cylindrical-coordinate representation of color #6A636D: hue angle of 282º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A636D is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 99 | 109 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.57 |
| HSL | 282º | 0.05% | 0.41% | - |
| HSV(B) | 282º | 0.09% | 0.43% | - |
| XYZ | 13.17 | 13.09 | 16.3 | - |
| YUV | 102.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 109 | 0.03 | 0.09 | 0 | 0.57 | 282 | 0.05 | 0.41 |
| Hex | 6A | 63 | 6D | 3 | 9 | 0 | 39 | 11A | 5 | 29 |
| Octal | 152 | 143 | 155 | 3 | 11 | 0 | 71 | 432 | 5 | 51 |
| Binary | 1101010 | 1100011 | 1101101 | 11 | 1001 | 0 | 111001 | 100011010 | 101 | 101001 |
Color Harmonies of #6A636D
Complementary color
Monochromatic Colors of #6A636D
Black with #6A636D
Text Example
Text Example
White with #6A636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A636D; }
p { color: rgb(106,99,109); }
H1.HeaderClassName
{
color: #6A636D;
}
.AnyTagClassName
{
color: #6A636D;
}
</style>
background-color css
<style>
a { background-color: #6A636D; }
a { background-color: rgb(106,99,109); }
div.DivClassName
{
background-color: #6A636D;
}
.BgClassName
{
background-color: #6A636D;
}
</style>
border-color css
<style>
span { border-color: #6A636D; }
span { border-color: rgb(106,99,109); }
td.TdClassName
{
border-color: #6A636D;
}
.TagClassName
{
border-color: #6A636D;
}
</style>