Shades of Christi #6DC601
Tints of Christi #6DC601
RGB
CMYK
RGB Variations
Color information
#6DC601 (or 0x6DC601) is known color: Christi. HEX triplet: 6D, C6 and 01. RGB value is (109,198,1). Sum of RGB (Red+Green+Blue) = 109+198+1=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC601 is #9239FE. Grayscale: #959595. Windows color (decimal): -9583103 or 116333. OLE color: 116333.
HSL color Cylindrical-coordinate representation of color #6DC601: hue angle of 87.11º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DC601 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.22 |
| HSL | 87.11º | 0.99% | 0.39% | - |
| HSV(B) | 87.11º | 0.99% | 0.78% | - |
| XYZ | 26.51 | 43.64 | 7.06 | - |
| YUV | 148.93 | 44.51 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 1 | 0.45 | 0 | 0.99 | 0.22 | 87.11 | 0.99 | 0.39 |
| Hex | 6D | C6 | 1 | 2D | 0 | 63 | 16 | 57 | 63 | 27 |
| Octal | 155 | 306 | 1 | 55 | 0 | 143 | 26 | 127 | 143 | 47 |
| Binary | 1101101 | 11000110 | 1 | 101101 | 0 | 1100011 | 10110 | 1010111 | 1100011 | 100111 |
Color Harmonies of #6DC601
Complementary color
Monochromatic Colors of #6DC601
Black with #6DC601
Text Example
Text Example
White with #6DC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC601; }
p { color: rgb(109,198,1); }
H1.HeaderClassName
{
color: #6DC601;
}
.AnyTagClassName
{
color: #6DC601;
}
</style>
background-color css
<style>
a { background-color: #6DC601; }
a { background-color: rgb(109,198,1); }
div.DivClassName
{
background-color: #6DC601;
}
.BgClassName
{
background-color: #6DC601;
}
</style>
border-color css
<style>
span { border-color: #6DC601; }
span { border-color: rgb(109,198,1); }
td.TdClassName
{
border-color: #6DC601;
}
.TagClassName
{
border-color: #6DC601;
}
</style>