Shades of Siam #6B6E4F
Tints of Siam #6B6E4F
RGB
CMYK
RGB Variations
Color information
#6B6E4F (or 0x6B6E4F) is known color: Siam. HEX triplet: 6B, 6E and 4F. RGB value is (107,110,79). Sum of RGB (Red+Green+Blue) = 107+110+79=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E4F is #9491B0. Grayscale: #696969. Windows color (decimal): -9736625 or 5205611. OLE color: 5205611.
HSL color Cylindrical-coordinate representation of color #6B6E4F: hue angle of 65.81º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B6E4F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 110 | 79 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.57 |
| HSL | 65.81º | 0.16% | 0.37% | - |
| HSV(B) | 65.81º | 0.28% | 0.43% | - |
| XYZ | 13.05 | 14.84 | 9.57 | - |
| YUV | 105.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 79 | 0.03 | 0 | 0.28 | 0.57 | 65.81 | 0.16 | 0.37 |
| Hex | 6B | 6E | 4F | 3 | 0 | 1C | 39 | 42 | 10 | 25 |
| Octal | 153 | 156 | 117 | 3 | 0 | 34 | 71 | 102 | 20 | 45 |
| Binary | 1101011 | 1101110 | 1001111 | 11 | 0 | 11100 | 111001 | 1000010 | 10000 | 100101 |
Color Harmonies of #6B6E4F
Complementary color
Monochromatic Colors of #6B6E4F
Black with #6B6E4F
Text Example
Text Example
White with #6B6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E4F; }
p { color: rgb(107,110,79); }
H1.HeaderClassName
{
color: #6B6E4F;
}
.AnyTagClassName
{
color: #6B6E4F;
}
</style>
background-color css
<style>
a { background-color: #6B6E4F; }
a { background-color: rgb(107,110,79); }
div.DivClassName
{
background-color: #6B6E4F;
}
.BgClassName
{
background-color: #6B6E4F;
}
</style>
border-color css
<style>
span { border-color: #6B6E4F; }
span { border-color: rgb(107,110,79); }
td.TdClassName
{
border-color: #6B6E4F;
}
.TagClassName
{
border-color: #6B6E4F;
}
</style>