Shades of Christi #6EC814
Tints of Christi #6EC814
RGB
CMYK
RGB Variations
Color information
#6EC814 (or 0x6EC814) is known color: Christi. HEX triplet: 6E, C8 and 14. RGB value is (110,200,20). Sum of RGB (Red+Green+Blue) = 110+200+20=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC814 is #9137EB. Grayscale: #999999. Windows color (decimal): -9517036 or 1362030. OLE color: 1362030.
HSL color Cylindrical-coordinate representation of color #6EC814: hue angle of 90º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EC814 is Cyan = 0.45, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 20 | - |
| CMYK | 0.45 | 0 | 0.9 | 0.22 |
| HSL | 90º | 0.82% | 0.43% | - |
| HSV(B) | 90º | 0.9% | 0.78% | - |
| XYZ | 27.21 | 44.67 | 7.85 | - |
| YUV | 152.57 | 53.18 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 20 | 0.45 | 0 | 0.9 | 0.22 | 90 | 0.82 | 0.43 |
| Hex | 6E | C8 | 14 | 2D | 0 | 5A | 16 | 5A | 52 | 2B |
| Octal | 156 | 310 | 24 | 55 | 0 | 132 | 26 | 132 | 122 | 53 |
| Binary | 1101110 | 11001000 | 10100 | 101101 | 0 | 1011010 | 10110 | 1011010 | 1010010 | 101011 |
Color Harmonies of #6EC814
Complementary color
Monochromatic Colors of #6EC814
Black with #6EC814
Text Example
Text Example
White with #6EC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC814; }
p { color: rgb(110,200,20); }
H1.HeaderClassName
{
color: #6EC814;
}
.AnyTagClassName
{
color: #6EC814;
}
</style>
background-color css
<style>
a { background-color: #6EC814; }
a { background-color: rgb(110,200,20); }
div.DivClassName
{
background-color: #6EC814;
}
.BgClassName
{
background-color: #6EC814;
}
</style>
border-color css
<style>
span { border-color: #6EC814; }
span { border-color: rgb(110,200,20); }
td.TdClassName
{
border-color: #6EC814;
}
.TagClassName
{
border-color: #6EC814;
}
</style>