Shades of Salt Box #6B626A
Tints of Salt Box #6B626A
RGB
CMYK
RGB Variations
Color information
#6B626A (or 0x6B626A) is known color: Salt Box. HEX triplet: 6B, 62 and 6A. RGB value is (107,98,106). Sum of RGB (Red+Green+Blue) = 107+98+106=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B626A is #949D95. Grayscale: #656565. Windows color (decimal): -9739670 or 6972011. OLE color: 6972011.
HSL color Cylindrical-coordinate representation of color #6B626A: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B626A is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 106 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.58 |
| HSL | 306.67º | 0.04% | 0.4% | - |
| HSV(B) | 306.67º | 0.08% | 0.42% | - |
| XYZ | 13.03 | 12.9 | 15.44 | - |
| YUV | 101.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 106 | 0 | 0.08 | 0.01 | 0.58 | 306.67 | 0.04 | 0.4 |
| Hex | 6B | 62 | 6A | 0 | 8 | 1 | 3A | 133 | 4 | 28 |
| Octal | 153 | 142 | 152 | 0 | 10 | 1 | 72 | 463 | 4 | 50 |
| Binary | 1101011 | 1100010 | 1101010 | 0 | 1000 | 1 | 111010 | 100110011 | 100 | 101000 |
Color Harmonies of #6B626A
Complementary color
Monochromatic Colors of #6B626A
Black with #6B626A
Text Example
Text Example
White with #6B626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B626A; }
p { color: rgb(107,98,106); }
H1.HeaderClassName
{
color: #6B626A;
}
.AnyTagClassName
{
color: #6B626A;
}
</style>
background-color css
<style>
a { background-color: #6B626A; }
a { background-color: rgb(107,98,106); }
div.DivClassName
{
background-color: #6B626A;
}
.BgClassName
{
background-color: #6B626A;
}
</style>
border-color css
<style>
span { border-color: #6B626A; }
span { border-color: rgb(107,98,106); }
td.TdClassName
{
border-color: #6B626A;
}
.TagClassName
{
border-color: #6B626A;
}
</style>