Shades of Christi #6EA206
Tints of Christi #6EA206
RGB
CMYK
RGB Variations
Color information
#6EA206 (or 0x6EA206) is known color: Christi. HEX triplet: 6E, A2 and 06. RGB value is (110,162,6). Sum of RGB (Red+Green+Blue) = 110+162+6=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA206 is #915DF9. Grayscale: #818181. Windows color (decimal): -9526778 or 434798. OLE color: 434798.
HSL color Cylindrical-coordinate representation of color #6EA206: hue angle of 80º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6EA206 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 6 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.36 |
| HSL | 80º | 0.93% | 0.33% | - |
| HSV(B) | 80º | 0.96% | 0.64% | - |
| XYZ | 19.38 | 29.17 | 4.78 | - |
| YUV | 128.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 6 | 0.32 | 0 | 0.96 | 0.36 | 80 | 0.93 | 0.33 |
| Hex | 6E | A2 | 6 | 20 | 0 | 60 | 24 | 50 | 5D | 21 |
| Octal | 156 | 242 | 6 | 40 | 0 | 140 | 44 | 120 | 135 | 41 |
| Binary | 1101110 | 10100010 | 110 | 100000 | 0 | 1100000 | 100100 | 1010000 | 1011101 | 100001 |
Color Harmonies of #6EA206
Complementary color
Monochromatic Colors of #6EA206
Black with #6EA206
Text Example
Text Example
White with #6EA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA206; }
p { color: rgb(110,162,6); }
H1.HeaderClassName
{
color: #6EA206;
}
.AnyTagClassName
{
color: #6EA206;
}
</style>
background-color css
<style>
a { background-color: #6EA206; }
a { background-color: rgb(110,162,6); }
div.DivClassName
{
background-color: #6EA206;
}
.BgClassName
{
background-color: #6EA206;
}
</style>
border-color css
<style>
span { border-color: #6EA206; }
span { border-color: rgb(110,162,6); }
td.TdClassName
{
border-color: #6EA206;
}
.TagClassName
{
border-color: #6EA206;
}
</style>