Shades of Christi #6BA906
Tints of Christi #6BA906
RGB
CMYK
RGB Variations
Color information
#6BA906 (or 0x6BA906) is known color: Christi. HEX triplet: 6B, A9 and 06. RGB value is (107,169,6). Sum of RGB (Red+Green+Blue) = 107+169+6=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA906 is #9456F9. Grayscale: #848484. Windows color (decimal): -9721594 or 436587. OLE color: 436587.
HSL color Cylindrical-coordinate representation of color #6BA906: hue angle of 82.82º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BA906 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.34 |
| HSL | 82.82º | 0.93% | 0.34% | - |
| HSV(B) | 82.82º | 0.96% | 0.66% | - |
| XYZ | 20.28 | 31.51 | 5.19 | - |
| YUV | 131.88 | 56.96 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 6 | 0.37 | 0 | 0.96 | 0.34 | 82.82 | 0.93 | 0.34 |
| Hex | 6B | A9 | 6 | 25 | 0 | 60 | 22 | 53 | 5D | 22 |
| Octal | 153 | 251 | 6 | 45 | 0 | 140 | 42 | 123 | 135 | 42 |
| Binary | 1101011 | 10101001 | 110 | 100101 | 0 | 1100000 | 100010 | 1010011 | 1011101 | 100010 |
Color Harmonies of #6BA906
Complementary color
Monochromatic Colors of #6BA906
Black with #6BA906
Text Example
Text Example
White with #6BA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA906; }
p { color: rgb(107,169,6); }
H1.HeaderClassName
{
color: #6BA906;
}
.AnyTagClassName
{
color: #6BA906;
}
</style>
background-color css
<style>
a { background-color: #6BA906; }
a { background-color: rgb(107,169,6); }
div.DivClassName
{
background-color: #6BA906;
}
.BgClassName
{
background-color: #6BA906;
}
</style>
border-color css
<style>
span { border-color: #6BA906; }
span { border-color: rgb(107,169,6); }
td.TdClassName
{
border-color: #6BA906;
}
.TagClassName
{
border-color: #6BA906;
}
</style>