Shades of Christi #6CC613
Tints of Christi #6CC613
RGB
CMYK
RGB Variations
Color information
#6CC613 (or 0x6CC613) is known color: Christi. HEX triplet: 6C, C6 and 13. RGB value is (108,198,19). Sum of RGB (Red+Green+Blue) = 108+198+19=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC613 is #9339EC. Grayscale: #979797. Windows color (decimal): -9648621 or 1295980. OLE color: 1295980.
HSL color Cylindrical-coordinate representation of color #6CC613: hue angle of 90.17º 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 #6CC613 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.22 |
| HSL | 90.17º | 0.82% | 0.43% | - |
| HSV(B) | 90.17º | 0.9% | 0.78% | - |
| XYZ | 26.5 | 43.62 | 7.64 | - |
| YUV | 150.68 | 53.68 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 19 | 0.45 | 0 | 0.90 | 0.22 | 90.17 | 0.82 | 0.43 |
| Hex | 6C | C6 | 13 | 2D | 0 | 5A | 16 | 5A | 52 | 2B |
| Octal | 154 | 306 | 23 | 55 | 0 | 132 | 26 | 132 | 122 | 53 |
| Binary | 1101100 | 11000110 | 10011 | 101101 | 0 | 1011010 | 10110 | 1011010 | 1010010 | 101011 |
Color Harmonies of #6CC613
Complementary color
Monochromatic Colors of #6CC613
Black with #6CC613
Text Example
Text Example
White with #6CC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC613; }
p { color: rgb(108,198,19); }
H1.HeaderClassName
{
color: #6CC613;
}
.AnyTagClassName
{
color: #6CC613;
}
</style>
background-color css
<style>
a { background-color: #6CC613; }
a { background-color: rgb(108,198,19); }
div.DivClassName
{
background-color: #6CC613;
}
.BgClassName
{
background-color: #6CC613;
}
</style>
border-color css
<style>
span { border-color: #6CC613; }
span { border-color: rgb(108,198,19); }
td.TdClassName
{
border-color: #6CC613;
}
.TagClassName
{
border-color: #6CC613;
}
</style>