Shades of Christi #6DB016
Tints of Christi #6DB016
RGB
CMYK
RGB Variations
Color information
#6DB016 (or 0x6DB016) is known color: Christi. HEX triplet: 6D, B0 and 16. RGB value is (109,176,22). Sum of RGB (Red+Green+Blue) = 109+176+22=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB016 is #924FE9. Grayscale: #8A8A8A. Windows color (decimal): -9588714 or 1486957. OLE color: 1486957.
HSL color Cylindrical-coordinate representation of color #6DB016: hue angle of 86.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DB016 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 22 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.31 |
| HSL | 86.1º | 0.78% | 0.39% | - |
| HSV(B) | 86.1º | 0.88% | 0.69% | - |
| XYZ | 21.98 | 34.36 | 6.23 | - |
| YUV | 138.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 22 | 0.38 | 0 | 0.88 | 0.31 | 86.1 | 0.78 | 0.39 |
| Hex | 6D | B0 | 16 | 26 | 0 | 58 | 1F | 56 | 4E | 27 |
| Octal | 155 | 260 | 26 | 46 | 0 | 130 | 37 | 126 | 116 | 47 |
| Binary | 1101101 | 10110000 | 10110 | 100110 | 0 | 1011000 | 11111 | 1010110 | 1001110 | 100111 |
Color Harmonies of #6DB016
Complementary color
Monochromatic Colors of #6DB016
Black with #6DB016
Text Example
Text Example
White with #6DB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB016; }
p { color: rgb(109,176,22); }
H1.HeaderClassName
{
color: #6DB016;
}
.AnyTagClassName
{
color: #6DB016;
}
</style>
background-color css
<style>
a { background-color: #6DB016; }
a { background-color: rgb(109,176,22); }
div.DivClassName
{
background-color: #6DB016;
}
.BgClassName
{
background-color: #6DB016;
}
</style>
border-color css
<style>
span { border-color: #6DB016; }
span { border-color: rgb(109,176,22); }
td.TdClassName
{
border-color: #6DB016;
}
.TagClassName
{
border-color: #6DB016;
}
</style>