Shades of Christi #6BA919
Tints of Christi #6BA919
RGB
CMYK
RGB Variations
Color information
#6BA919 (or 0x6BA919) is known color: Christi. HEX triplet: 6B, A9 and 19. RGB value is (107,169,25). Sum of RGB (Red+Green+Blue) = 107+169+25=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA919 is #9456E6. Grayscale: #868686. Windows color (decimal): -9721575 or 1681771. OLE color: 1681771.
HSL color Cylindrical-coordinate representation of color #6BA919: hue angle of 85.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BA919 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 25 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.34 |
| HSL | 85.83º | 0.74% | 0.38% | - |
| HSV(B) | 85.83º | 0.85% | 0.66% | - |
| XYZ | 20.43 | 31.57 | 5.94 | - |
| YUV | 134.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 25 | 0.37 | 0 | 0.85 | 0.34 | 85.83 | 0.74 | 0.38 |
| Hex | 6B | A9 | 19 | 25 | 0 | 55 | 22 | 56 | 4A | 26 |
| Octal | 153 | 251 | 31 | 45 | 0 | 125 | 42 | 126 | 112 | 46 |
| Binary | 1101011 | 10101001 | 11001 | 100101 | 0 | 1010101 | 100010 | 1010110 | 1001010 | 100110 |
Color Harmonies of #6BA919
Complementary color
Monochromatic Colors of #6BA919
Black with #6BA919
Text Example
Text Example
White with #6BA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA919; }
p { color: rgb(107,169,25); }
H1.HeaderClassName
{
color: #6BA919;
}
.AnyTagClassName
{
color: #6BA919;
}
</style>
background-color css
<style>
a { background-color: #6BA919; }
a { background-color: rgb(107,169,25); }
div.DivClassName
{
background-color: #6BA919;
}
.BgClassName
{
background-color: #6BA919;
}
</style>
border-color css
<style>
span { border-color: #6BA919; }
span { border-color: rgb(107,169,25); }
td.TdClassName
{
border-color: #6BA919;
}
.TagClassName
{
border-color: #6BA919;
}
</style>