Shades of Christi #6DA313
Tints of Christi #6DA313
RGB
CMYK
RGB Variations
Color information
#6DA313 (or 0x6DA313) is known color: Christi. HEX triplet: 6D, A3 and 13. RGB value is (109,163,19). Sum of RGB (Red+Green+Blue) = 109+163+19=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA313 is #925CEC. Grayscale: #828282. Windows color (decimal): -9592045 or 1287021. OLE color: 1287021.
HSL color Cylindrical-coordinate representation of color #6DA313: hue angle of 82.5º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DA313 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 19 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.36 |
| HSL | 82.5º | 0.79% | 0.36% | - |
| HSV(B) | 82.5º | 0.88% | 0.64% | - |
| XYZ | 19.52 | 29.49 | 5.28 | - |
| YUV | 130.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 19 | 0.33 | 0 | 0.88 | 0.36 | 82.5 | 0.79 | 0.36 |
| Hex | 6D | A3 | 13 | 21 | 0 | 58 | 24 | 52 | 4F | 24 |
| Octal | 155 | 243 | 23 | 41 | 0 | 130 | 44 | 122 | 117 | 44 |
| Binary | 1101101 | 10100011 | 10011 | 100001 | 0 | 1011000 | 100100 | 1010010 | 1001111 | 100100 |
Color Harmonies of #6DA313
Complementary color
Monochromatic Colors of #6DA313
Black with #6DA313
Text Example
Text Example
White with #6DA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA313; }
p { color: rgb(109,163,19); }
H1.HeaderClassName
{
color: #6DA313;
}
.AnyTagClassName
{
color: #6DA313;
}
</style>
background-color css
<style>
a { background-color: #6DA313; }
a { background-color: rgb(109,163,19); }
div.DivClassName
{
background-color: #6DA313;
}
.BgClassName
{
background-color: #6DA313;
}
</style>
border-color css
<style>
span { border-color: #6DA313; }
span { border-color: rgb(109,163,19); }
td.TdClassName
{
border-color: #6DA313;
}
.TagClassName
{
border-color: #6DA313;
}
</style>