Shades of Siam #6B6E5C
Tints of Siam #6B6E5C
RGB
CMYK
RGB Variations
Color information
#6B6E5C (or 0x6B6E5C) is known color: Siam. HEX triplet: 6B, 6E and 5C. RGB value is (107,110,92). Sum of RGB (Red+Green+Blue) = 107+110+92=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E5C is #9491A3. Grayscale: #6B6B6B. Windows color (decimal): -9736612 or 6057579. OLE color: 6057579.
HSL color Cylindrical-coordinate representation of color #6B6E5C: hue angle of 70º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B6E5C is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 110 | 92 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.57 |
| HSL | 70º | 0.09% | 0.4% | - |
| HSV(B) | 70º | 0.16% | 0.43% | - |
| XYZ | 13.57 | 15.05 | 12.31 | - |
| YUV | 107.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 92 | 0.03 | 0 | 0.16 | 0.57 | 70 | 0.09 | 0.4 |
| Hex | 6B | 6E | 5C | 3 | 0 | 10 | 39 | 46 | 9 | 28 |
| Octal | 153 | 156 | 134 | 3 | 0 | 20 | 71 | 106 | 11 | 50 |
| Binary | 1101011 | 1101110 | 1011100 | 11 | 0 | 10000 | 111001 | 1000110 | 1001 | 101000 |
Color Harmonies of #6B6E5C
Complementary color
Monochromatic Colors of #6B6E5C
Black with #6B6E5C
Text Example
Text Example
White with #6B6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E5C; }
p { color: rgb(107,110,92); }
H1.HeaderClassName
{
color: #6B6E5C;
}
.AnyTagClassName
{
color: #6B6E5C;
}
</style>
background-color css
<style>
a { background-color: #6B6E5C; }
a { background-color: rgb(107,110,92); }
div.DivClassName
{
background-color: #6B6E5C;
}
.BgClassName
{
background-color: #6B6E5C;
}
</style>
border-color css
<style>
span { border-color: #6B6E5C; }
span { border-color: rgb(107,110,92); }
td.TdClassName
{
border-color: #6B6E5C;
}
.TagClassName
{
border-color: #6B6E5C;
}
</style>