Shades of Christi #6DB901
Tints of Christi #6DB901
RGB
CMYK
RGB Variations
Color information
#6DB901 (or 0x6DB901) is known color: Christi. HEX triplet: 6D, B9 and 01. RGB value is (109,185,1). Sum of RGB (Red+Green+Blue) = 109+185+1=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB901 is #9246FE. Grayscale: #8D8D8D. Windows color (decimal): -9586431 or 113005. OLE color: 113005.
HSL color Cylindrical-coordinate representation of color #6DB901: hue angle of 84.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DB901 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.27 |
| HSL | 84.78º | 0.99% | 0.36% | - |
| HSV(B) | 84.78º | 0.99% | 0.73% | - |
| XYZ | 23.66 | 37.95 | 6.11 | - |
| YUV | 141.3 | 48.82 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 1 | 0.41 | 0 | 0.99 | 0.27 | 84.78 | 0.99 | 0.36 |
| Hex | 6D | B9 | 1 | 29 | 0 | 63 | 1B | 55 | 63 | 24 |
| Octal | 155 | 271 | 1 | 51 | 0 | 143 | 33 | 125 | 143 | 44 |
| Binary | 1101101 | 10111001 | 1 | 101001 | 0 | 1100011 | 11011 | 1010101 | 1100011 | 100100 |
Color Harmonies of #6DB901
Complementary color
Monochromatic Colors of #6DB901
Black with #6DB901
Text Example
Text Example
White with #6DB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB901; }
p { color: rgb(109,185,1); }
H1.HeaderClassName
{
color: #6DB901;
}
.AnyTagClassName
{
color: #6DB901;
}
</style>
background-color css
<style>
a { background-color: #6DB901; }
a { background-color: rgb(109,185,1); }
div.DivClassName
{
background-color: #6DB901;
}
.BgClassName
{
background-color: #6DB901;
}
</style>
border-color css
<style>
span { border-color: #6DB901; }
span { border-color: rgb(109,185,1); }
td.TdClassName
{
border-color: #6DB901;
}
.TagClassName
{
border-color: #6DB901;
}
</style>