Shades of Christi #6EC60D
Tints of Christi #6EC60D
RGB
CMYK
RGB Variations
Color information
#6EC60D (or 0x6EC60D) is known color: Christi. HEX triplet: 6E, C6 and 0D. RGB value is (110,198,13). Sum of RGB (Red+Green+Blue) = 110+198+13=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC60D is #9139F2. Grayscale: #979797. Windows color (decimal): -9517555 or 902766. OLE color: 902766.
HSL color Cylindrical-coordinate representation of color #6EC60D: hue angle of 88.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EC60D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 13 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.22 |
| HSL | 88.54º | 0.88% | 0.41% | - |
| HSV(B) | 88.54º | 0.93% | 0.78% | - |
| XYZ | 26.7 | 43.73 | 7.41 | - |
| YUV | 150.6 | 50.35 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 13 | 0.44 | 0 | 0.93 | 0.22 | 88.54 | 0.88 | 0.41 |
| Hex | 6E | C6 | D | 2C | 0 | 5D | 16 | 59 | 58 | 29 |
| Octal | 156 | 306 | 15 | 54 | 0 | 135 | 26 | 131 | 130 | 51 |
| Binary | 1101110 | 11000110 | 1101 | 101100 | 0 | 1011101 | 10110 | 1011001 | 1011000 | 101001 |
Color Harmonies of #6EC60D
Complementary color
Monochromatic Colors of #6EC60D
Black with #6EC60D
Text Example
Text Example
White with #6EC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC60D; }
p { color: rgb(110,198,13); }
H1.HeaderClassName
{
color: #6EC60D;
}
.AnyTagClassName
{
color: #6EC60D;
}
</style>
background-color css
<style>
a { background-color: #6EC60D; }
a { background-color: rgb(110,198,13); }
div.DivClassName
{
background-color: #6EC60D;
}
.BgClassName
{
background-color: #6EC60D;
}
</style>
border-color css
<style>
span { border-color: #6EC60D; }
span { border-color: rgb(110,198,13); }
td.TdClassName
{
border-color: #6EC60D;
}
.TagClassName
{
border-color: #6EC60D;
}
</style>