Shades of Salt Box #6B5E6A
Tints of Salt Box #6B5E6A
RGB
CMYK
RGB Variations
Color information
#6B5E6A (or 0x6B5E6A) is known color: Salt Box. HEX triplet: 6B, 5E and 6A. RGB value is (107,94,106). Sum of RGB (Red+Green+Blue) = 107+94+106=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E6A is #94A195. Grayscale: #636363. Windows color (decimal): -9740694 or 6970987. OLE color: 6970987.
HSL color Cylindrical-coordinate representation of color #6B5E6A: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B5E6A is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 94 | 106 | - |
CMYK | 0 | 0.12 | 0.01 | 0.58 |
HSL | 304.62º | 0.06% | 0.39% | - |
HSV(B) | 304.62º | 0.12% | 0.42% | - |
XYZ | 12.67 | 12.17 | 15.32 | - |
YUV | 99.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 106 | 0 | 0.12 | 0.01 | 0.58 | 304.62 | 0.06 | 0.39 |
Hex | 6B | 5E | 6A | 0 | C | 1 | 3A | 131 | 6 | 27 |
Octal | 153 | 136 | 152 | 0 | 14 | 1 | 72 | 461 | 6 | 47 |
Binary | 1101011 | 1011110 | 1101010 | 0 | 1100 | 1 | 111010 | 100110001 | 110 | 100111 |
Color Harmonies of #6B5E6A
Complementary color
Monochromatic Colors of #6B5E6A
Black with #6B5E6A
Text Example
Text Example
White with #6B5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E6A; }
p { color: rgb(107,94,106); }
H1.HeaderClassName
{
color: #6B5E6A;
}
.AnyTagClassName
{
color: #6B5E6A;
}
</style>
background-color css
<style>
a { background-color: #6B5E6A; }
a { background-color: rgb(107,94,106); }
div.DivClassName
{
background-color: #6B5E6A;
}
.BgClassName
{
background-color: #6B5E6A;
}
</style>
border-color css
<style>
span { border-color: #6B5E6A; }
span { border-color: rgb(107,94,106); }
td.TdClassName
{
border-color: #6B5E6A;
}
.TagClassName
{
border-color: #6B5E6A;
}
</style>