Shades of Christi #6EC616
Tints of Christi #6EC616
RGB
CMYK
RGB Variations
Color information
#6EC616 (or 0x6EC616) is known color: Christi. HEX triplet: 6E, C6 and 16. RGB value is (110,198,22). Sum of RGB (Red+Green+Blue) = 110+198+22=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC616 is #9139E9. Grayscale: #989898. Windows color (decimal): -9517546 or 1492590. OLE color: 1492590.
HSL color Cylindrical-coordinate representation of color #6EC616: hue angle of 90º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EC616 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 22 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.22 |
| HSL | 90º | 0.8% | 0.43% | - |
| HSV(B) | 90º | 0.89% | 0.78% | - |
| XYZ | 26.77 | 43.76 | 7.79 | - |
| YUV | 151.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 22 | 0.44 | 0 | 0.89 | 0.22 | 90 | 0.8 | 0.43 |
| Hex | 6E | C6 | 16 | 2C | 0 | 59 | 16 | 5A | 50 | 2B |
| Octal | 156 | 306 | 26 | 54 | 0 | 131 | 26 | 132 | 120 | 53 |
| Binary | 1101110 | 11000110 | 10110 | 101100 | 0 | 1011001 | 10110 | 1011010 | 1010000 | 101011 |
Color Harmonies of #6EC616
Complementary color
Monochromatic Colors of #6EC616
Black with #6EC616
Text Example
Text Example
White with #6EC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC616; }
p { color: rgb(110,198,22); }
H1.HeaderClassName
{
color: #6EC616;
}
.AnyTagClassName
{
color: #6EC616;
}
</style>
background-color css
<style>
a { background-color: #6EC616; }
a { background-color: rgb(110,198,22); }
div.DivClassName
{
background-color: #6EC616;
}
.BgClassName
{
background-color: #6EC616;
}
</style>
border-color css
<style>
span { border-color: #6EC616; }
span { border-color: rgb(110,198,22); }
td.TdClassName
{
border-color: #6EC616;
}
.TagClassName
{
border-color: #6EC616;
}
</style>