Shades of Christi #6DA408
Tints of Christi #6DA408
RGB
CMYK
RGB Variations
Color information
#6DA408 (or 0x6DA408) is known color: Christi. HEX triplet: 6D, A4 and 08. RGB value is (109,164,8). Sum of RGB (Red+Green+Blue) = 109+164+8=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA408 is #925BF7. Grayscale: #828282. Windows color (decimal): -9591800 or 566381. OLE color: 566381.
HSL color Cylindrical-coordinate representation of color #6DA408: hue angle of 81.15º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DA408 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 8 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.36 |
| HSL | 81.15º | 0.91% | 0.34% | - |
| HSV(B) | 81.15º | 0.95% | 0.64% | - |
| XYZ | 19.63 | 29.82 | 4.95 | - |
| YUV | 129.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 8 | 0.34 | 0 | 0.95 | 0.36 | 81.15 | 0.91 | 0.34 |
| Hex | 6D | A4 | 8 | 22 | 0 | 5F | 24 | 51 | 5B | 22 |
| Octal | 155 | 244 | 10 | 42 | 0 | 137 | 44 | 121 | 133 | 42 |
| Binary | 1101101 | 10100100 | 1000 | 100010 | 0 | 1011111 | 100100 | 1010001 | 1011011 | 100010 |
Color Harmonies of #6DA408
Complementary color
Monochromatic Colors of #6DA408
Black with #6DA408
Text Example
Text Example
White with #6DA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA408; }
p { color: rgb(109,164,8); }
H1.HeaderClassName
{
color: #6DA408;
}
.AnyTagClassName
{
color: #6DA408;
}
</style>
background-color css
<style>
a { background-color: #6DA408; }
a { background-color: rgb(109,164,8); }
div.DivClassName
{
background-color: #6DA408;
}
.BgClassName
{
background-color: #6DA408;
}
</style>
border-color css
<style>
span { border-color: #6DA408; }
span { border-color: rgb(109,164,8); }
td.TdClassName
{
border-color: #6DA408;
}
.TagClassName
{
border-color: #6DA408;
}
</style>