Shades of Siam #6A6E4A
Tints of Siam #6A6E4A
RGB
CMYK
RGB Variations
Color information
#6A6E4A (or 0x6A6E4A) is known color: Siam. HEX triplet: 6A, 6E and 4A. RGB value is (106,110,74). Sum of RGB (Red+Green+Blue) = 106+110+74=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6E4A is #9591B5. Grayscale: #686868. Windows color (decimal): -9802166 or 4877930. OLE color: 4877930.
HSL color Cylindrical-coordinate representation of color #6A6E4A: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A6E4A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 74 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.57 |
| HSL | 66.67º | 0.2% | 0.36% | - |
| HSV(B) | 66.67º | 0.33% | 0.43% | - |
| XYZ | 12.76 | 14.71 | 8.65 | - |
| YUV | 104.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 74 | 0.04 | 0 | 0.33 | 0.57 | 66.67 | 0.2 | 0.36 |
| Hex | 6A | 6E | 4A | 4 | 0 | 21 | 39 | 43 | 14 | 24 |
| Octal | 152 | 156 | 112 | 4 | 0 | 41 | 71 | 103 | 24 | 44 |
| Binary | 1101010 | 1101110 | 1001010 | 100 | 0 | 100001 | 111001 | 1000011 | 10100 | 100100 |
Color Harmonies of #6A6E4A
Complementary color
Monochromatic Colors of #6A6E4A
Black with #6A6E4A
Text Example
Text Example
White with #6A6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E4A; }
p { color: rgb(106,110,74); }
H1.HeaderClassName
{
color: #6A6E4A;
}
.AnyTagClassName
{
color: #6A6E4A;
}
</style>
background-color css
<style>
a { background-color: #6A6E4A; }
a { background-color: rgb(106,110,74); }
div.DivClassName
{
background-color: #6A6E4A;
}
.BgClassName
{
background-color: #6A6E4A;
}
</style>
border-color css
<style>
span { border-color: #6A6E4A; }
span { border-color: rgb(106,110,74); }
td.TdClassName
{
border-color: #6A6E4A;
}
.TagClassName
{
border-color: #6A6E4A;
}
</style>