Shades of Amulet #6EA669
Tints of Amulet #6EA669
RGB
CMYK
RGB Variations
Color information
#6EA669 (or 0x6EA669) is known color: Amulet. HEX triplet: 6E, A6 and 69. RGB value is (110,166,105). Sum of RGB (Red+Green+Blue) = 110+166+105=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA669 is #915996. Grayscale: #8E8E8E. Windows color (decimal): -9525655 or 6923886. OLE color: 6923886.
HSL color Cylindrical-coordinate representation of color #6EA669: hue angle of 115.08º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA669 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 166 | 105 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.35 |
| HSL | 115.08º | 0.26% | 0.53% | - |
| HSV(B) | 115.08º | 0.37% | 0.65% | - |
| XYZ | 22.62 | 31.61 | 18.27 | - |
| YUV | 142.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 105 | 0.34 | 0 | 0.37 | 0.35 | 115.08 | 0.26 | 0.53 |
| Hex | 6E | A6 | 69 | 22 | 0 | 25 | 23 | 73 | 1A | 35 |
| Octal | 156 | 246 | 151 | 42 | 0 | 45 | 43 | 163 | 32 | 65 |
| Binary | 1101110 | 10100110 | 1101001 | 100010 | 0 | 100101 | 100011 | 1110011 | 11010 | 110101 |
Color Harmonies of #6EA669
Complementary color
Monochromatic Colors of #6EA669
Black with #6EA669
Text Example
Text Example
White with #6EA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA669; }
p { color: rgb(110,166,105); }
H1.HeaderClassName
{
color: #6EA669;
}
.AnyTagClassName
{
color: #6EA669;
}
</style>
background-color css
<style>
a { background-color: #6EA669; }
a { background-color: rgb(110,166,105); }
div.DivClassName
{
background-color: #6EA669;
}
.BgClassName
{
background-color: #6EA669;
}
</style>
border-color css
<style>
span { border-color: #6EA669; }
span { border-color: rgb(110,166,105); }
td.TdClassName
{
border-color: #6EA669;
}
.TagClassName
{
border-color: #6EA669;
}
</style>