Shades of Christi #6DA905
Tints of Christi #6DA905
RGB
CMYK
RGB Variations
Color information
#6DA905 (or 0x6DA905) is known color: Christi. HEX triplet: 6D, A9 and 05. RGB value is (109,169,5). Sum of RGB (Red+Green+Blue) = 109+169+5=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA905 is #9256FA. Grayscale: #848484. Windows color (decimal): -9590523 or 371053. OLE color: 371053.
HSL color Cylindrical-coordinate representation of color #6DA905: hue angle of 81.95º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DA905 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 169 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.34 |
| HSL | 81.95º | 0.94% | 0.34% | - |
| HSV(B) | 81.95º | 0.97% | 0.66% | - |
| XYZ | 20.52 | 31.64 | 5.17 | - |
| YUV | 132.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 5 | 0.36 | 0 | 0.97 | 0.34 | 81.95 | 0.94 | 0.34 |
| Hex | 6D | A9 | 5 | 24 | 0 | 61 | 22 | 52 | 5E | 22 |
| Octal | 155 | 251 | 5 | 44 | 0 | 141 | 42 | 122 | 136 | 42 |
| Binary | 1101101 | 10101001 | 101 | 100100 | 0 | 1100001 | 100010 | 1010010 | 1011110 | 100010 |
Color Harmonies of #6DA905
Complementary color
Monochromatic Colors of #6DA905
Black with #6DA905
Text Example
Text Example
White with #6DA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA905; }
p { color: rgb(109,169,5); }
H1.HeaderClassName
{
color: #6DA905;
}
.AnyTagClassName
{
color: #6DA905;
}
</style>
background-color css
<style>
a { background-color: #6DA905; }
a { background-color: rgb(109,169,5); }
div.DivClassName
{
background-color: #6DA905;
}
.BgClassName
{
background-color: #6DA905;
}
</style>
border-color css
<style>
span { border-color: #6DA905; }
span { border-color: rgb(109,169,5); }
td.TdClassName
{
border-color: #6DA905;
}
.TagClassName
{
border-color: #6DA905;
}
</style>