Shades of Christi #6CC615
Tints of Christi #6CC615
RGB
CMYK
RGB Variations
Color information
#6CC615 (or 0x6CC615) is known color: Christi. HEX triplet: 6C, C6 and 15. RGB value is (108,198,21). Sum of RGB (Red+Green+Blue) = 108+198+21=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC615 is #9339EA. Grayscale: #979797. Windows color (decimal): -9648619 or 1427052. OLE color: 1427052.
HSL color Cylindrical-coordinate representation of color #6CC615: hue angle of 90.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CC615 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 21 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.22 |
| HSL | 90.51º | 0.81% | 0.43% | - |
| HSV(B) | 90.51º | 0.89% | 0.78% | - |
| XYZ | 26.51 | 43.63 | 7.73 | - |
| YUV | 150.91 | 54.68 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 21 | 0.45 | 0 | 0.89 | 0.22 | 90.51 | 0.81 | 0.43 |
| Hex | 6C | C6 | 15 | 2D | 0 | 59 | 16 | 5B | 51 | 2B |
| Octal | 154 | 306 | 25 | 55 | 0 | 131 | 26 | 133 | 121 | 53 |
| Binary | 1101100 | 11000110 | 10101 | 101101 | 0 | 1011001 | 10110 | 1011011 | 1010001 | 101011 |
Color Harmonies of #6CC615
Complementary color
Monochromatic Colors of #6CC615
Black with #6CC615
Text Example
Text Example
White with #6CC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC615; }
p { color: rgb(108,198,21); }
H1.HeaderClassName
{
color: #6CC615;
}
.AnyTagClassName
{
color: #6CC615;
}
</style>
background-color css
<style>
a { background-color: #6CC615; }
a { background-color: rgb(108,198,21); }
div.DivClassName
{
background-color: #6CC615;
}
.BgClassName
{
background-color: #6CC615;
}
</style>
border-color css
<style>
span { border-color: #6CC615; }
span { border-color: rgb(108,198,21); }
td.TdClassName
{
border-color: #6CC615;
}
.TagClassName
{
border-color: #6CC615;
}
</style>