Shades of Salt Box #6E636C
Tints of Salt Box #6E636C
RGB
CMYK
RGB Variations
Color information
#6E636C (or 0x6E636C) is known color: Salt Box. HEX triplet: 6E, 63 and 6C. RGB value is (110,99,108). Sum of RGB (Red+Green+Blue) = 110+99+108=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 110 - color contains mainly: red. Hex color #6E636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E636C is #919C93. Grayscale: #676767. Windows color (decimal): -9542804 or 7103342. OLE color: 7103342.
HSL color Cylindrical-coordinate representation of color #6E636C: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E636C is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 99 | 108 | - |
CMYK | 0 | 0.1 | 0.02 | 0.57 |
HSL | 310.91º | 0.05% | 0.41% | - |
HSV(B) | 310.91º | 0.1% | 0.43% | - |
XYZ | 13.6 | 13.32 | 16.04 | - |
YUV | 103.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 99 | 108 | 0 | 0.1 | 0.02 | 0.57 | 310.91 | 0.05 | 0.41 |
Hex | 6E | 63 | 6C | 0 | A | 2 | 39 | 137 | 5 | 29 |
Octal | 156 | 143 | 154 | 0 | 12 | 2 | 71 | 467 | 5 | 51 |
Binary | 1101110 | 1100011 | 1101100 | 0 | 1010 | 10 | 111001 | 100110111 | 101 | 101001 |
Color Harmonies of #6E636C
Complementary color
Monochromatic Colors of #6E636C
Black with #6E636C
Text Example
Text Example
White with #6E636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E636C; }
p { color: rgb(110,99,108); }
H1.HeaderClassName
{
color: #6E636C;
}
.AnyTagClassName
{
color: #6E636C;
}
</style>
background-color css
<style>
a { background-color: #6E636C; }
a { background-color: rgb(110,99,108); }
div.DivClassName
{
background-color: #6E636C;
}
.BgClassName
{
background-color: #6E636C;
}
</style>
border-color css
<style>
span { border-color: #6E636C; }
span { border-color: rgb(110,99,108); }
td.TdClassName
{
border-color: #6E636C;
}
.TagClassName
{
border-color: #6E636C;
}
</style>