Shades of Amulet #6BA563
Tints of Amulet #6BA563
RGB
CMYK
RGB Variations
Color information
#6BA563 (or 0x6BA563) is known color: Amulet. HEX triplet: 6B, A5 and 63. RGB value is (107,165,99). Sum of RGB (Red+Green+Blue) = 107+165+99=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA563 is #945A9C. Grayscale: #8C8C8C. Windows color (decimal): -9722525 or 6530411. OLE color: 6530411.
HSL color Cylindrical-coordinate representation of color #6BA563: hue angle of 112.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA563 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 99 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.35 |
| HSL | 112.73º | 0.27% | 0.52% | - |
| HSV(B) | 112.73º | 0.4% | 0.65% | - |
| XYZ | 21.77 | 30.94 | 16.63 | - |
| YUV | 140.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 99 | 0.35 | 0 | 0.40 | 0.35 | 112.73 | 0.27 | 0.52 |
| Hex | 6B | A5 | 63 | 23 | 0 | 28 | 23 | 71 | 1B | 34 |
| Octal | 153 | 245 | 143 | 43 | 0 | 50 | 43 | 161 | 33 | 64 |
| Binary | 1101011 | 10100101 | 1100011 | 100011 | 0 | 101000 | 100011 | 1110001 | 11011 | 110100 |
Color Harmonies of #6BA563
Complementary color
Monochromatic Colors of #6BA563
Black with #6BA563
Text Example
Text Example
White with #6BA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA563; }
p { color: rgb(107,165,99); }
H1.HeaderClassName
{
color: #6BA563;
}
.AnyTagClassName
{
color: #6BA563;
}
</style>
background-color css
<style>
a { background-color: #6BA563; }
a { background-color: rgb(107,165,99); }
div.DivClassName
{
background-color: #6BA563;
}
.BgClassName
{
background-color: #6BA563;
}
</style>
border-color css
<style>
span { border-color: #6BA563; }
span { border-color: rgb(107,165,99); }
td.TdClassName
{
border-color: #6BA563;
}
.TagClassName
{
border-color: #6BA563;
}
</style>