Shades of Salt Box #674E66
Tints of Salt Box #674E66
RGB
CMYK
RGB Variations
Color information
#674E66 (or 0x674E66) is known color: Salt Box. HEX triplet: 67, 4E and 66. RGB value is (103,78,102). Sum of RGB (Red+Green+Blue) = 103+78+102=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #674E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E66 is #98B199. Grayscale: #585858. Windows color (decimal): -10006938 or 6704743. OLE color: 6704743.
HSL color Cylindrical-coordinate representation of color #674E66: hue angle of 302.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #674E66 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 102 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.60 |
| HSL | 302.4º | 0.14% | 0.35% | - |
| HSV(B) | 302.4º | 0.24% | 0.4% | - |
| XYZ | 10.72 | 9.29 | 13.8 | - |
| YUV | 88.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 102 | 0 | 0.24 | 0.01 | 0.60 | 302.4 | 0.14 | 0.35 |
| Hex | 67 | 4E | 66 | 0 | 18 | 1 | 3C | 12E | E | 23 |
| Octal | 147 | 116 | 146 | 0 | 30 | 1 | 74 | 456 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1100110 | 0 | 11000 | 1 | 111100 | 100101110 | 1110 | 100011 |
Color Harmonies of #674E66
Complementary color
Monochromatic Colors of #674E66
Black with #674E66
Text Example
Text Example
White with #674E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E66; }
p { color: rgb(103,78,102); }
H1.HeaderClassName
{
color: #674E66;
}
.AnyTagClassName
{
color: #674E66;
}
</style>
background-color css
<style>
a { background-color: #674E66; }
a { background-color: rgb(103,78,102); }
div.DivClassName
{
background-color: #674E66;
}
.BgClassName
{
background-color: #674E66;
}
</style>
border-color css
<style>
span { border-color: #674E66; }
span { border-color: rgb(103,78,102); }
td.TdClassName
{
border-color: #674E66;
}
.TagClassName
{
border-color: #674E66;
}
</style>