Shades of Christi #6EC901
Tints of Christi #6EC901
RGB
CMYK
RGB Variations
Color information
#6EC901 (or 0x6EC901) is known color: Christi. HEX triplet: 6E, C9 and 01. RGB value is (110,201,1). Sum of RGB (Red+Green+Blue) = 110+201+1=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC901 is #9136FE. Grayscale: #979797. Windows color (decimal): -9516799 or 117102. OLE color: 117102.
HSL color Cylindrical-coordinate representation of color #6EC901: hue angle of 87.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EC901 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.21 |
| HSL | 87.3º | 0.99% | 0.4% | - |
| HSV(B) | 87.3º | 1% | 0.79% | - |
| XYZ | 27.32 | 45.09 | 7.29 | - |
| YUV | 150.99 | 43.35 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 1 | 0.45 | 0 | 1.00 | 0.21 | 87.3 | 0.99 | 0.4 |
| Hex | 6E | C9 | 1 | 2D | 0 | 64 | 15 | 57 | 63 | 28 |
| Octal | 156 | 311 | 1 | 55 | 0 | 144 | 25 | 127 | 143 | 50 |
| Binary | 1101110 | 11001001 | 1 | 101101 | 0 | 1100100 | 10101 | 1010111 | 1100011 | 101000 |
Color Harmonies of #6EC901
Complementary color
Monochromatic Colors of #6EC901
Black with #6EC901
Text Example
Text Example
White with #6EC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC901; }
p { color: rgb(110,201,1); }
H1.HeaderClassName
{
color: #6EC901;
}
.AnyTagClassName
{
color: #6EC901;
}
</style>
background-color css
<style>
a { background-color: #6EC901; }
a { background-color: rgb(110,201,1); }
div.DivClassName
{
background-color: #6EC901;
}
.BgClassName
{
background-color: #6EC901;
}
</style>
border-color css
<style>
span { border-color: #6EC901; }
span { border-color: rgb(110,201,1); }
td.TdClassName
{
border-color: #6EC901;
}
.TagClassName
{
border-color: #6EC901;
}
</style>