Shades of Amulet #6DA363
Tints of Amulet #6DA363
RGB
CMYK
RGB Variations
Color information
#6DA363 (or 0x6DA363) is known color: Amulet. HEX triplet: 6D, A3 and 63. RGB value is (109,163,99). Sum of RGB (Red+Green+Blue) = 109+163+99=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA363 is #925C9C. Grayscale: #8B8B8B. Windows color (decimal): -9591965 or 6529901. OLE color: 6529901.
HSL color Cylindrical-coordinate representation of color #6DA363: hue angle of 110.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DA363 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 99 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.36 |
| HSL | 110.63º | 0.26% | 0.51% | - |
| HSV(B) | 110.63º | 0.39% | 0.64% | - |
| XYZ | 21.66 | 30.35 | 16.52 | - |
| YUV | 139.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 99 | 0.33 | 0 | 0.39 | 0.36 | 110.63 | 0.26 | 0.51 |
| Hex | 6D | A3 | 63 | 21 | 0 | 27 | 24 | 6F | 1A | 33 |
| Octal | 155 | 243 | 143 | 41 | 0 | 47 | 44 | 157 | 32 | 63 |
| Binary | 1101101 | 10100011 | 1100011 | 100001 | 0 | 100111 | 100100 | 1101111 | 11010 | 110011 |
Color Harmonies of #6DA363
Complementary color
Monochromatic Colors of #6DA363
Black with #6DA363
Text Example
Text Example
White with #6DA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA363; }
p { color: rgb(109,163,99); }
H1.HeaderClassName
{
color: #6DA363;
}
.AnyTagClassName
{
color: #6DA363;
}
</style>
background-color css
<style>
a { background-color: #6DA363; }
a { background-color: rgb(109,163,99); }
div.DivClassName
{
background-color: #6DA363;
}
.BgClassName
{
background-color: #6DA363;
}
</style>
border-color css
<style>
span { border-color: #6DA363; }
span { border-color: rgb(109,163,99); }
td.TdClassName
{
border-color: #6DA363;
}
.TagClassName
{
border-color: #6DA363;
}
</style>