Shades of Christi #6BA914
Tints of Christi #6BA914
RGB
CMYK
RGB Variations
Color information
#6BA914 (or 0x6BA914) is known color: Christi. HEX triplet: 6B, A9 and 14. RGB value is (107,169,20). Sum of RGB (Red+Green+Blue) = 107+169+20=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA914 is #9456EB. Grayscale: #868686. Windows color (decimal): -9721580 or 1354091. OLE color: 1354091.
HSL color Cylindrical-coordinate representation of color #6BA914: hue angle of 84.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BA914 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 20 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.34 |
| HSL | 84.97º | 0.79% | 0.37% | - |
| HSV(B) | 84.97º | 0.88% | 0.66% | - |
| XYZ | 20.38 | 31.55 | 5.68 | - |
| YUV | 133.48 | 63.96 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 20 | 0.37 | 0 | 0.88 | 0.34 | 84.97 | 0.79 | 0.37 |
| Hex | 6B | A9 | 14 | 25 | 0 | 58 | 22 | 55 | 4F | 25 |
| Octal | 153 | 251 | 24 | 45 | 0 | 130 | 42 | 125 | 117 | 45 |
| Binary | 1101011 | 10101001 | 10100 | 100101 | 0 | 1011000 | 100010 | 1010101 | 1001111 | 100101 |
Color Harmonies of #6BA914
Complementary color
Monochromatic Colors of #6BA914
Black with #6BA914
Text Example
Text Example
White with #6BA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA914; }
p { color: rgb(107,169,20); }
H1.HeaderClassName
{
color: #6BA914;
}
.AnyTagClassName
{
color: #6BA914;
}
</style>
background-color css
<style>
a { background-color: #6BA914; }
a { background-color: rgb(107,169,20); }
div.DivClassName
{
background-color: #6BA914;
}
.BgClassName
{
background-color: #6BA914;
}
</style>
border-color css
<style>
span { border-color: #6BA914; }
span { border-color: rgb(107,169,20); }
td.TdClassName
{
border-color: #6BA914;
}
.TagClassName
{
border-color: #6BA914;
}
</style>