Shades of Salt Box #6B4A68
Tints of Salt Box #6B4A68
RGB
CMYK
RGB Variations
Color information
#6B4A68 (or 0x6B4A68) is known color: Salt Box. HEX triplet: 6B, 4A and 68. RGB value is (107,74,104). Sum of RGB (Red+Green+Blue) = 107+74+104=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A68 is #94B597. Grayscale: #575757. Windows color (decimal): -9745816 or 6834795. OLE color: 6834795.
HSL color Cylindrical-coordinate representation of color #6B4A68: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A68 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 104 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.58 |
| HSL | 305.45º | 0.18% | 0.35% | - |
| HSV(B) | 305.45º | 0.31% | 0.42% | - |
| XYZ | 11.01 | 9.02 | 14.26 | - |
| YUV | 87.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 104 | 0 | 0.31 | 0.03 | 0.58 | 305.45 | 0.18 | 0.35 |
| Hex | 6B | 4A | 68 | 0 | 1F | 3 | 3A | 131 | 12 | 23 |
| Octal | 153 | 112 | 150 | 0 | 37 | 3 | 72 | 461 | 22 | 43 |
| Binary | 1101011 | 1001010 | 1101000 | 0 | 11111 | 11 | 111010 | 100110001 | 10010 | 100011 |
Color Harmonies of #6B4A68
Complementary color
Monochromatic Colors of #6B4A68
Black with #6B4A68
Text Example
Text Example
White with #6B4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A68; }
p { color: rgb(107,74,104); }
H1.HeaderClassName
{
color: #6B4A68;
}
.AnyTagClassName
{
color: #6B4A68;
}
</style>
background-color css
<style>
a { background-color: #6B4A68; }
a { background-color: rgb(107,74,104); }
div.DivClassName
{
background-color: #6B4A68;
}
.BgClassName
{
background-color: #6B4A68;
}
</style>
border-color css
<style>
span { border-color: #6B4A68; }
span { border-color: rgb(107,74,104); }
td.TdClassName
{
border-color: #6B4A68;
}
.TagClassName
{
border-color: #6B4A68;
}
</style>