Shades of Salt Box #6B606A
Tints of Salt Box #6B606A
RGB
CMYK
RGB Variations
Color information
#6B606A (or 0x6B606A) is known color: Salt Box. HEX triplet: 6B, 60 and 6A. RGB value is (107,96,106). Sum of RGB (Red+Green+Blue) = 107+96+106=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 107 - color contains mainly: red. Hex color #6B606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B606A is #949F95. Grayscale: #646464. Windows color (decimal): -9740182 or 6971499. OLE color: 6971499.
HSL color Cylindrical-coordinate representation of color #6B606A: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B606A is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 96 | 106 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.58 |
| HSL | 305.45º | 0.05% | 0.4% | - |
| HSV(B) | 305.45º | 0.1% | 0.42% | - |
| XYZ | 12.85 | 12.53 | 15.38 | - |
| YUV | 100.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 106 | 0 | 0.10 | 0.01 | 0.58 | 305.45 | 0.05 | 0.4 |
| Hex | 6B | 60 | 6A | 0 | A | 1 | 3A | 131 | 5 | 28 |
| Octal | 153 | 140 | 152 | 0 | 12 | 1 | 72 | 461 | 5 | 50 |
| Binary | 1101011 | 1100000 | 1101010 | 0 | 1010 | 1 | 111010 | 100110001 | 101 | 101000 |
Color Harmonies of #6B606A
Complementary color
Monochromatic Colors of #6B606A
Black with #6B606A
Text Example
Text Example
White with #6B606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B606A; }
p { color: rgb(107,96,106); }
H1.HeaderClassName
{
color: #6B606A;
}
.AnyTagClassName
{
color: #6B606A;
}
</style>
background-color css
<style>
a { background-color: #6B606A; }
a { background-color: rgb(107,96,106); }
div.DivClassName
{
background-color: #6B606A;
}
.BgClassName
{
background-color: #6B606A;
}
</style>
border-color css
<style>
span { border-color: #6B606A; }
span { border-color: rgb(107,96,106); }
td.TdClassName
{
border-color: #6B606A;
}
.TagClassName
{
border-color: #6B606A;
}
</style>