Shades of Christi #6DB413
Tints of Christi #6DB413
RGB
CMYK
RGB Variations
Color information
#6DB413 (or 0x6DB413) is known color: Christi. HEX triplet: 6D, B4 and 13. RGB value is (109,180,19). Sum of RGB (Red+Green+Blue) = 109+180+19=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB413 is #924BEC. Grayscale: #8C8C8C. Windows color (decimal): -9587693 or 1291373. OLE color: 1291373.
HSL color Cylindrical-coordinate representation of color #6DB413: hue angle of 86.46º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DB413 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 19 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.29 |
| HSL | 86.46º | 0.81% | 0.39% | - |
| HSV(B) | 86.46º | 0.89% | 0.71% | - |
| XYZ | 22.75 | 35.94 | 6.35 | - |
| YUV | 140.42 | 59.48 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 19 | 0.39 | 0 | 0.89 | 0.29 | 86.46 | 0.81 | 0.39 |
| Hex | 6D | B4 | 13 | 27 | 0 | 59 | 1D | 56 | 51 | 27 |
| Octal | 155 | 264 | 23 | 47 | 0 | 131 | 35 | 126 | 121 | 47 |
| Binary | 1101101 | 10110100 | 10011 | 100111 | 0 | 1011001 | 11101 | 1010110 | 1010001 | 100111 |
Color Harmonies of #6DB413
Complementary color
Monochromatic Colors of #6DB413
Black with #6DB413
Text Example
Text Example
White with #6DB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB413; }
p { color: rgb(109,180,19); }
H1.HeaderClassName
{
color: #6DB413;
}
.AnyTagClassName
{
color: #6DB413;
}
</style>
background-color css
<style>
a { background-color: #6DB413; }
a { background-color: rgb(109,180,19); }
div.DivClassName
{
background-color: #6DB413;
}
.BgClassName
{
background-color: #6DB413;
}
</style>
border-color css
<style>
span { border-color: #6DB413; }
span { border-color: rgb(109,180,19); }
td.TdClassName
{
border-color: #6DB413;
}
.TagClassName
{
border-color: #6DB413;
}
</style>