Shades of Salt Box #6F5E6A
Tints of Salt Box #6F5E6A
RGB
CMYK
RGB Variations
Color information
#6F5E6A (or 0x6F5E6A) is known color: Salt Box. HEX triplet: 6F, 5E and 6A. RGB value is (111,94,106). Sum of RGB (Red+Green+Blue) = 111+94+106=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E6A is #90A195. Grayscale: #646464. Windows color (decimal): -9478550 or 6970991. OLE color: 6970991.
HSL color Cylindrical-coordinate representation of color #6F5E6A: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F5E6A is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 94 | 106 | - |
CMYK | 0 | 0.15 | 0.05 | 0.56 |
HSL | 317.65º | 0.08% | 0.4% | - |
HSV(B) | 317.65º | 0.15% | 0.44% | - |
XYZ | 13.16 | 12.43 | 15.34 | - |
YUV | 100.45 | 131.13 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 94 | 106 | 0 | 0.15 | 0.05 | 0.56 | 317.65 | 0.08 | 0.4 |
Hex | 6F | 5E | 6A | 0 | F | 5 | 38 | 13E | 8 | 28 |
Octal | 157 | 136 | 152 | 0 | 17 | 5 | 70 | 476 | 10 | 50 |
Binary | 1101111 | 1011110 | 1101010 | 0 | 1111 | 101 | 111000 | 100111110 | 1000 | 101000 |
Color Harmonies of #6F5E6A
Complementary color
Monochromatic Colors of #6F5E6A
Black with #6F5E6A
Text Example
Text Example
White with #6F5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E6A; }
p { color: rgb(111,94,106); }
H1.HeaderClassName
{
color: #6F5E6A;
}
.AnyTagClassName
{
color: #6F5E6A;
}
</style>
background-color css
<style>
a { background-color: #6F5E6A; }
a { background-color: rgb(111,94,106); }
div.DivClassName
{
background-color: #6F5E6A;
}
.BgClassName
{
background-color: #6F5E6A;
}
</style>
border-color css
<style>
span { border-color: #6F5E6A; }
span { border-color: rgb(111,94,106); }
td.TdClassName
{
border-color: #6F5E6A;
}
.TagClassName
{
border-color: #6F5E6A;
}
</style>