Shades of Christi #6DB905
Tints of Christi #6DB905
RGB
CMYK
RGB Variations
Color information
#6DB905 (or 0x6DB905) is known color: Christi. HEX triplet: 6D, B9 and 05. RGB value is (109,185,5). Sum of RGB (Red+Green+Blue) = 109+185+5=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB905 is #9246FA. Grayscale: #8E8E8E. Windows color (decimal): -9586427 or 375149. OLE color: 375149.
HSL color Cylindrical-coordinate representation of color #6DB905: hue angle of 85.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DB905 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.27 |
| HSL | 85.33º | 0.95% | 0.37% | - |
| HSV(B) | 85.33º | 0.97% | 0.73% | - |
| XYZ | 23.68 | 37.96 | 6.22 | - |
| YUV | 141.76 | 50.82 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 5 | 0.41 | 0 | 0.97 | 0.27 | 85.33 | 0.95 | 0.37 |
| Hex | 6D | B9 | 5 | 29 | 0 | 61 | 1B | 55 | 5F | 25 |
| Octal | 155 | 271 | 5 | 51 | 0 | 141 | 33 | 125 | 137 | 45 |
| Binary | 1101101 | 10111001 | 101 | 101001 | 0 | 1100001 | 11011 | 1010101 | 1011111 | 100101 |
Color Harmonies of #6DB905
Complementary color
Monochromatic Colors of #6DB905
Black with #6DB905
Text Example
Text Example
White with #6DB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB905; }
p { color: rgb(109,185,5); }
H1.HeaderClassName
{
color: #6DB905;
}
.AnyTagClassName
{
color: #6DB905;
}
</style>
background-color css
<style>
a { background-color: #6DB905; }
a { background-color: rgb(109,185,5); }
div.DivClassName
{
background-color: #6DB905;
}
.BgClassName
{
background-color: #6DB905;
}
</style>
border-color css
<style>
span { border-color: #6DB905; }
span { border-color: rgb(109,185,5); }
td.TdClassName
{
border-color: #6DB905;
}
.TagClassName
{
border-color: #6DB905;
}
</style>