Shades of Christi #6EC915
Tints of Christi #6EC915
RGB
CMYK
RGB Variations
Color information
#6EC915 (or 0x6EC915) is known color: Christi. HEX triplet: 6E, C9 and 15. RGB value is (110,201,21). Sum of RGB (Red+Green+Blue) = 110+201+21=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC915 is #9136EA. Grayscale: #999999. Windows color (decimal): -9516779 or 1427822. OLE color: 1427822.
HSL color Cylindrical-coordinate representation of color #6EC915: hue angle of 90.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EC915 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 21 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.21 |
| HSL | 90.33º | 0.81% | 0.44% | - |
| HSV(B) | 90.33º | 0.9% | 0.79% | - |
| XYZ | 27.45 | 45.14 | 7.98 | - |
| YUV | 153.27 | 53.35 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 21 | 0.45 | 0 | 0.90 | 0.21 | 90.33 | 0.81 | 0.44 |
| Hex | 6E | C9 | 15 | 2D | 0 | 5A | 15 | 5A | 51 | 2C |
| Octal | 156 | 311 | 25 | 55 | 0 | 132 | 25 | 132 | 121 | 54 |
| Binary | 1101110 | 11001001 | 10101 | 101101 | 0 | 1011010 | 10101 | 1011010 | 1010001 | 101100 |
Color Harmonies of #6EC915
Complementary color
Monochromatic Colors of #6EC915
Black with #6EC915
Text Example
Text Example
White with #6EC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC915; }
p { color: rgb(110,201,21); }
H1.HeaderClassName
{
color: #6EC915;
}
.AnyTagClassName
{
color: #6EC915;
}
</style>
background-color css
<style>
a { background-color: #6EC915; }
a { background-color: rgb(110,201,21); }
div.DivClassName
{
background-color: #6EC915;
}
.BgClassName
{
background-color: #6EC915;
}
</style>
border-color css
<style>
span { border-color: #6EC915; }
span { border-color: rgb(110,201,21); }
td.TdClassName
{
border-color: #6EC915;
}
.TagClassName
{
border-color: #6EC915;
}
</style>