Shades of Salt Box #6F5F6B
Tints of Salt Box #6F5F6B
RGB
CMYK
RGB Variations
Color information
#6F5F6B (or 0x6F5F6B) is known color: Salt Box. HEX triplet: 6F, 5F and 6B. RGB value is (111,95,107). Sum of RGB (Red+Green+Blue) = 111+95+107=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F6B is #90A094. Grayscale: #656565. Windows color (decimal): -9478293 or 7036783. OLE color: 7036783.
HSL color Cylindrical-coordinate representation of color #6F5F6B: hue angle of 315º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F5F6B is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 107 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.56 |
| HSL | 315º | 0.08% | 0.4% | - |
| HSV(B) | 315º | 0.14% | 0.44% | - |
| XYZ | 13.3 | 12.63 | 15.65 | - |
| YUV | 101.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 107 | 0 | 0.14 | 0.04 | 0.56 | 315 | 0.08 | 0.4 |
| Hex | 6F | 5F | 6B | 0 | E | 4 | 38 | 13B | 8 | 28 |
| Octal | 157 | 137 | 153 | 0 | 16 | 4 | 70 | 473 | 10 | 50 |
| Binary | 1101111 | 1011111 | 1101011 | 0 | 1110 | 100 | 111000 | 100111011 | 1000 | 101000 |
Color Harmonies of #6F5F6B
Complementary color
Monochromatic Colors of #6F5F6B
Black with #6F5F6B
Text Example
Text Example
White with #6F5F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F6B; }
p { color: rgb(111,95,107); }
H1.HeaderClassName
{
color: #6F5F6B;
}
.AnyTagClassName
{
color: #6F5F6B;
}
</style>
background-color css
<style>
a { background-color: #6F5F6B; }
a { background-color: rgb(111,95,107); }
div.DivClassName
{
background-color: #6F5F6B;
}
.BgClassName
{
background-color: #6F5F6B;
}
</style>
border-color css
<style>
span { border-color: #6F5F6B; }
span { border-color: rgb(111,95,107); }
td.TdClassName
{
border-color: #6F5F6B;
}
.TagClassName
{
border-color: #6F5F6B;
}
</style>