Shades of Siam #6B6E5B
Tints of Siam #6B6E5B
RGB
CMYK
RGB Variations
Color information
#6B6E5B (or 0x6B6E5B) is known color: Siam. HEX triplet: 6B, 6E and 5B. RGB value is (107,110,91). Sum of RGB (Red+Green+Blue) = 107+110+91=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E5B is #9491A4. Grayscale: #6B6B6B. Windows color (decimal): -9736613 or 5992043. OLE color: 5992043.
HSL color Cylindrical-coordinate representation of color #6B6E5B: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B6E5B is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 110 | 91 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.57 |
| HSL | 69.47º | 0.09% | 0.39% | - |
| HSV(B) | 69.47º | 0.17% | 0.43% | - |
| XYZ | 13.53 | 15.03 | 12.09 | - |
| YUV | 106.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 91 | 0.03 | 0 | 0.17 | 0.57 | 69.47 | 0.09 | 0.39 |
| Hex | 6B | 6E | 5B | 3 | 0 | 11 | 39 | 45 | 9 | 27 |
| Octal | 153 | 156 | 133 | 3 | 0 | 21 | 71 | 105 | 11 | 47 |
| Binary | 1101011 | 1101110 | 1011011 | 11 | 0 | 10001 | 111001 | 1000101 | 1001 | 100111 |
Color Harmonies of #6B6E5B
Complementary color
Monochromatic Colors of #6B6E5B
Black with #6B6E5B
Text Example
Text Example
White with #6B6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E5B; }
p { color: rgb(107,110,91); }
H1.HeaderClassName
{
color: #6B6E5B;
}
.AnyTagClassName
{
color: #6B6E5B;
}
</style>
background-color css
<style>
a { background-color: #6B6E5B; }
a { background-color: rgb(107,110,91); }
div.DivClassName
{
background-color: #6B6E5B;
}
.BgClassName
{
background-color: #6B6E5B;
}
</style>
border-color css
<style>
span { border-color: #6B6E5B; }
span { border-color: rgb(107,110,91); }
td.TdClassName
{
border-color: #6B6E5B;
}
.TagClassName
{
border-color: #6B6E5B;
}
</style>