Shades of Christi #6EC101
Tints of Christi #6EC101
RGB
CMYK
RGB Variations
Color information
#6EC101 (or 0x6EC101) is known color: Christi. HEX triplet: 6E, C1 and 01. RGB value is (110,193,1). Sum of RGB (Red+Green+Blue) = 110+193+1=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC101 is #913EFE. Grayscale: #929292. Windows color (decimal): -9518847 or 115054. OLE color: 115054.
HSL color Cylindrical-coordinate representation of color #6EC101: hue angle of 85.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EC101 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.24 |
| HSL | 85.94º | 0.99% | 0.38% | - |
| HSV(B) | 85.94º | 0.99% | 0.76% | - |
| XYZ | 25.51 | 41.46 | 6.69 | - |
| YUV | 146.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 1 | 0.43 | 0 | 0.99 | 0.24 | 85.94 | 0.99 | 0.38 |
| Hex | 6E | C1 | 1 | 2B | 0 | 63 | 18 | 56 | 63 | 26 |
| Octal | 156 | 301 | 1 | 53 | 0 | 143 | 30 | 126 | 143 | 46 |
| Binary | 1101110 | 11000001 | 1 | 101011 | 0 | 1100011 | 11000 | 1010110 | 1100011 | 100110 |
Color Harmonies of #6EC101
Complementary color
Monochromatic Colors of #6EC101
Black with #6EC101
Text Example
Text Example
White with #6EC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC101; }
p { color: rgb(110,193,1); }
H1.HeaderClassName
{
color: #6EC101;
}
.AnyTagClassName
{
color: #6EC101;
}
</style>
background-color css
<style>
a { background-color: #6EC101; }
a { background-color: rgb(110,193,1); }
div.DivClassName
{
background-color: #6EC101;
}
.BgClassName
{
background-color: #6EC101;
}
</style>
border-color css
<style>
span { border-color: #6EC101; }
span { border-color: rgb(110,193,1); }
td.TdClassName
{
border-color: #6EC101;
}
.TagClassName
{
border-color: #6EC101;
}
</style>