Shades of Christi #6DC506
Tints of Christi #6DC506
RGB
CMYK
RGB Variations
Color information
#6DC506 (or 0x6DC506) is known color: Christi. HEX triplet: 6D, C5 and 06. RGB value is (109,197,6). Sum of RGB (Red+Green+Blue) = 109+197+6=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC506 is #923AF9. Grayscale: #959595. Windows color (decimal): -9583354 or 443757. OLE color: 443757.
HSL color Cylindrical-coordinate representation of color #6DC506: hue angle of 87.64º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DC506 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 6 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.23 |
| HSL | 87.64º | 0.94% | 0.4% | - |
| HSV(B) | 87.64º | 0.97% | 0.77% | - |
| XYZ | 26.31 | 43.2 | 7.12 | - |
| YUV | 148.91 | 47.35 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 6 | 0.45 | 0 | 0.97 | 0.23 | 87.64 | 0.94 | 0.4 |
| Hex | 6D | C5 | 6 | 2D | 0 | 61 | 17 | 58 | 5E | 28 |
| Octal | 155 | 305 | 6 | 55 | 0 | 141 | 27 | 130 | 136 | 50 |
| Binary | 1101101 | 11000101 | 110 | 101101 | 0 | 1100001 | 10111 | 1011000 | 1011110 | 101000 |
Color Harmonies of #6DC506
Complementary color
Monochromatic Colors of #6DC506
Black with #6DC506
Text Example
Text Example
White with #6DC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC506; }
p { color: rgb(109,197,6); }
H1.HeaderClassName
{
color: #6DC506;
}
.AnyTagClassName
{
color: #6DC506;
}
</style>
background-color css
<style>
a { background-color: #6DC506; }
a { background-color: rgb(109,197,6); }
div.DivClassName
{
background-color: #6DC506;
}
.BgClassName
{
background-color: #6DC506;
}
</style>
border-color css
<style>
span { border-color: #6DC506; }
span { border-color: rgb(109,197,6); }
td.TdClassName
{
border-color: #6DC506;
}
.TagClassName
{
border-color: #6DC506;
}
</style>