Shades of Christi #6DC614
Tints of Christi #6DC614
RGB
CMYK
RGB Variations
Color information
#6DC614 (or 0x6DC614) is known color: Christi. HEX triplet: 6D, C6 and 14. RGB value is (109,198,20). Sum of RGB (Red+Green+Blue) = 109+198+20=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC614 is #9239EB. Grayscale: #979797. Windows color (decimal): -9583084 or 1361517. OLE color: 1361517.
HSL color Cylindrical-coordinate representation of color #6DC614: 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 #6DC614 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 20 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.22 |
| HSL | 90º | 0.82% | 0.43% | - |
| HSV(B) | 90º | 0.9% | 0.78% | - |
| XYZ | 26.63 | 43.69 | 7.69 | - |
| YUV | 151.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 20 | 0.45 | 0 | 0.90 | 0.22 | 90 | 0.82 | 0.43 |
| Hex | 6D | C6 | 14 | 2D | 0 | 5A | 16 | 5A | 52 | 2B |
| Octal | 155 | 306 | 24 | 55 | 0 | 132 | 26 | 132 | 122 | 53 |
| Binary | 1101101 | 11000110 | 10100 | 101101 | 0 | 1011010 | 10110 | 1011010 | 1010010 | 101011 |
Color Harmonies of #6DC614
Complementary color
Monochromatic Colors of #6DC614
Black with #6DC614
Text Example
Text Example
White with #6DC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC614; }
p { color: rgb(109,198,20); }
H1.HeaderClassName
{
color: #6DC614;
}
.AnyTagClassName
{
color: #6DC614;
}
</style>
background-color css
<style>
a { background-color: #6DC614; }
a { background-color: rgb(109,198,20); }
div.DivClassName
{
background-color: #6DC614;
}
.BgClassName
{
background-color: #6DC614;
}
</style>
border-color css
<style>
span { border-color: #6DC614; }
span { border-color: rgb(109,198,20); }
td.TdClassName
{
border-color: #6DC614;
}
.TagClassName
{
border-color: #6DC614;
}
</style>