Shades of Christi #6DBA09
Tints of Christi #6DBA09
RGB
CMYK
RGB Variations
Color information
#6DBA09 (or 0x6DBA09) is known color: Christi. HEX triplet: 6D, BA and 09. RGB value is (109,186,9). Sum of RGB (Red+Green+Blue) = 109+186+9=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBA09 is #9245F6. Grayscale: #8F8F8F. Windows color (decimal): -9586167 or 637549. OLE color: 637549.
HSL color Cylindrical-coordinate representation of color #6DBA09: hue angle of 86.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DBA09 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.27 |
| HSL | 86.1º | 0.91% | 0.38% | - |
| HSV(B) | 86.1º | 0.95% | 0.73% | - |
| XYZ | 23.91 | 38.39 | 6.41 | - |
| YUV | 142.8 | 52.49 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 9 | 0.41 | 0 | 0.95 | 0.27 | 86.1 | 0.91 | 0.38 |
| Hex | 6D | BA | 9 | 29 | 0 | 5F | 1B | 56 | 5B | 26 |
| Octal | 155 | 272 | 11 | 51 | 0 | 137 | 33 | 126 | 133 | 46 |
| Binary | 1101101 | 10111010 | 1001 | 101001 | 0 | 1011111 | 11011 | 1010110 | 1011011 | 100110 |
Color Harmonies of #6DBA09
Complementary color
Monochromatic Colors of #6DBA09
Black with #6DBA09
Text Example
Text Example
White with #6DBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA09; }
p { color: rgb(109,186,9); }
H1.HeaderClassName
{
color: #6DBA09;
}
.AnyTagClassName
{
color: #6DBA09;
}
</style>
background-color css
<style>
a { background-color: #6DBA09; }
a { background-color: rgb(109,186,9); }
div.DivClassName
{
background-color: #6DBA09;
}
.BgClassName
{
background-color: #6DBA09;
}
</style>
border-color css
<style>
span { border-color: #6DBA09; }
span { border-color: rgb(109,186,9); }
td.TdClassName
{
border-color: #6DBA09;
}
.TagClassName
{
border-color: #6DBA09;
}
</style>