Shades of Christi #6DB415
Tints of Christi #6DB415
RGB
CMYK
RGB Variations
Color information
#6DB415 (or 0x6DB415) is known color: Christi. HEX triplet: 6D, B4 and 15. RGB value is (109,180,21). Sum of RGB (Red+Green+Blue) = 109+180+21=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB415 is #924BEA. Grayscale: #8D8D8D. Windows color (decimal): -9587691 or 1422445. OLE color: 1422445.
HSL color Cylindrical-coordinate representation of color #6DB415: hue angle of 86.79º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DB415 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 21 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.29 |
| HSL | 86.79º | 0.79% | 0.39% | - |
| HSV(B) | 86.79º | 0.88% | 0.71% | - |
| XYZ | 22.76 | 35.95 | 6.45 | - |
| YUV | 140.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 21 | 0.39 | 0 | 0.88 | 0.29 | 86.79 | 0.79 | 0.39 |
| Hex | 6D | B4 | 15 | 27 | 0 | 58 | 1D | 57 | 4F | 27 |
| Octal | 155 | 264 | 25 | 47 | 0 | 130 | 35 | 127 | 117 | 47 |
| Binary | 1101101 | 10110100 | 10101 | 100111 | 0 | 1011000 | 11101 | 1010111 | 1001111 | 100111 |
Color Harmonies of #6DB415
Complementary color
Monochromatic Colors of #6DB415
Black with #6DB415
Text Example
Text Example
White with #6DB415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB415; }
p { color: rgb(109,180,21); }
H1.HeaderClassName
{
color: #6DB415;
}
.AnyTagClassName
{
color: #6DB415;
}
</style>
background-color css
<style>
a { background-color: #6DB415; }
a { background-color: rgb(109,180,21); }
div.DivClassName
{
background-color: #6DB415;
}
.BgClassName
{
background-color: #6DB415;
}
</style>
border-color css
<style>
span { border-color: #6DB415; }
span { border-color: rgb(109,180,21); }
td.TdClassName
{
border-color: #6DB415;
}
.TagClassName
{
border-color: #6DB415;
}
</style>