Shades of Christi #6BA911
Tints of Christi #6BA911
RGB
CMYK
RGB Variations
Color information
#6BA911 (or 0x6BA911) is known color: Christi. HEX triplet: 6B, A9 and 11. RGB value is (107,169,17). Sum of RGB (Red+Green+Blue) = 107+169+17=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA911 is #9456EE. Grayscale: #858585. Windows color (decimal): -9721583 or 1157483. OLE color: 1157483.
HSL color Cylindrical-coordinate representation of color #6BA911: hue angle of 84.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BA911 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 17 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.34 |
| HSL | 84.47º | 0.82% | 0.36% | - |
| HSV(B) | 84.47º | 0.9% | 0.66% | - |
| XYZ | 20.35 | 31.54 | 5.55 | - |
| YUV | 133.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 17 | 0.37 | 0 | 0.90 | 0.34 | 84.47 | 0.82 | 0.36 |
| Hex | 6B | A9 | 11 | 25 | 0 | 5A | 22 | 54 | 52 | 24 |
| Octal | 153 | 251 | 21 | 45 | 0 | 132 | 42 | 124 | 122 | 44 |
| Binary | 1101011 | 10101001 | 10001 | 100101 | 0 | 1011010 | 100010 | 1010100 | 1010010 | 100100 |
Color Harmonies of #6BA911
Complementary color
Monochromatic Colors of #6BA911
Black with #6BA911
Text Example
Text Example
White with #6BA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA911; }
p { color: rgb(107,169,17); }
H1.HeaderClassName
{
color: #6BA911;
}
.AnyTagClassName
{
color: #6BA911;
}
</style>
background-color css
<style>
a { background-color: #6BA911; }
a { background-color: rgb(107,169,17); }
div.DivClassName
{
background-color: #6BA911;
}
.BgClassName
{
background-color: #6BA911;
}
</style>
border-color css
<style>
span { border-color: #6BA911; }
span { border-color: rgb(107,169,17); }
td.TdClassName
{
border-color: #6BA911;
}
.TagClassName
{
border-color: #6BA911;
}
</style>