Shades of Amulet #6CA168
Tints of Amulet #6CA168
RGB
CMYK
RGB Variations
Color information
#6CA168 (or 0x6CA168) is known color: Amulet. HEX triplet: 6C, A1 and 68. RGB value is (108,161,104). Sum of RGB (Red+Green+Blue) = 108+161+104=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA168 is #935E97. Grayscale: #8A8A8A. Windows color (decimal): -9658008 or 6857068. OLE color: 6857068.
HSL color Cylindrical-coordinate representation of color #6CA168: hue angle of 115.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA168 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 104 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.37 |
| HSL | 115.79º | 0.23% | 0.52% | - |
| HSV(B) | 115.79º | 0.35% | 0.63% | - |
| XYZ | 21.43 | 29.68 | 17.7 | - |
| YUV | 138.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 104 | 0.33 | 0 | 0.35 | 0.37 | 115.79 | 0.23 | 0.52 |
| Hex | 6C | A1 | 68 | 21 | 0 | 23 | 25 | 74 | 17 | 34 |
| Octal | 154 | 241 | 150 | 41 | 0 | 43 | 45 | 164 | 27 | 64 |
| Binary | 1101100 | 10100001 | 1101000 | 100001 | 0 | 100011 | 100101 | 1110100 | 10111 | 110100 |
Color Harmonies of #6CA168
Complementary color
Monochromatic Colors of #6CA168
Black with #6CA168
Text Example
Text Example
White with #6CA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA168; }
p { color: rgb(108,161,104); }
H1.HeaderClassName
{
color: #6CA168;
}
.AnyTagClassName
{
color: #6CA168;
}
</style>
background-color css
<style>
a { background-color: #6CA168; }
a { background-color: rgb(108,161,104); }
div.DivClassName
{
background-color: #6CA168;
}
.BgClassName
{
background-color: #6CA168;
}
</style>
border-color css
<style>
span { border-color: #6CA168; }
span { border-color: rgb(108,161,104); }
td.TdClassName
{
border-color: #6CA168;
}
.TagClassName
{
border-color: #6CA168;
}
</style>