Shades of Salt Box #6B5D6A
Tints of Salt Box #6B5D6A
RGB
CMYK
RGB Variations
Color information
#6B5D6A (or 0x6B5D6A) is known color: Salt Box. HEX triplet: 6B, 5D and 6A. RGB value is (107,93,106). Sum of RGB (Red+Green+Blue) = 107+93+106=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D6A is #94A295. Grayscale: #626262. Windows color (decimal): -9740950 or 6970731. OLE color: 6970731.
HSL color Cylindrical-coordinate representation of color #6B5D6A: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B5D6A is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 93 | 106 | - |
CMYK | 0 | 0.13 | 0.01 | 0.58 |
HSL | 304.29º | 0.07% | 0.39% | - |
HSV(B) | 304.29º | 0.13% | 0.42% | - |
XYZ | 12.58 | 12 | 15.29 | - |
YUV | 98.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 93 | 106 | 0 | 0.13 | 0.01 | 0.58 | 304.29 | 0.07 | 0.39 |
Hex | 6B | 5D | 6A | 0 | D | 1 | 3A | 130 | 7 | 27 |
Octal | 153 | 135 | 152 | 0 | 15 | 1 | 72 | 460 | 7 | 47 |
Binary | 1101011 | 1011101 | 1101010 | 0 | 1101 | 1 | 111010 | 100110000 | 111 | 100111 |
Color Harmonies of #6B5D6A
Complementary color
Monochromatic Colors of #6B5D6A
Black with #6B5D6A
Text Example
Text Example
White with #6B5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D6A; }
p { color: rgb(107,93,106); }
H1.HeaderClassName
{
color: #6B5D6A;
}
.AnyTagClassName
{
color: #6B5D6A;
}
</style>
background-color css
<style>
a { background-color: #6B5D6A; }
a { background-color: rgb(107,93,106); }
div.DivClassName
{
background-color: #6B5D6A;
}
.BgClassName
{
background-color: #6B5D6A;
}
</style>
border-color css
<style>
span { border-color: #6B5D6A; }
span { border-color: rgb(107,93,106); }
td.TdClassName
{
border-color: #6B5D6A;
}
.TagClassName
{
border-color: #6B5D6A;
}
</style>