Shades of Christi #6BA219
Tints of Christi #6BA219
RGB
CMYK
RGB Variations
Color information
#6BA219 (or 0x6BA219) is known color: Christi. HEX triplet: 6B, A2 and 19. RGB value is (107,162,25). Sum of RGB (Red+Green+Blue) = 107+162+25=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA219 is #945DE6. Grayscale: #828282. Windows color (decimal): -9723367 or 1679979. OLE color: 1679979.
HSL color Cylindrical-coordinate representation of color #6BA219: hue angle of 84.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BA219 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 25 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.36 |
| HSL | 84.09º | 0.73% | 0.37% | - |
| HSV(B) | 84.09º | 0.85% | 0.64% | - |
| XYZ | 19.16 | 29.04 | 5.51 | - |
| YUV | 129.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 25 | 0.34 | 0 | 0.85 | 0.36 | 84.09 | 0.73 | 0.37 |
| Hex | 6B | A2 | 19 | 22 | 0 | 55 | 24 | 54 | 49 | 25 |
| Octal | 153 | 242 | 31 | 42 | 0 | 125 | 44 | 124 | 111 | 45 |
| Binary | 1101011 | 10100010 | 11001 | 100010 | 0 | 1010101 | 100100 | 1010100 | 1001001 | 100101 |
Color Harmonies of #6BA219
Complementary color
Monochromatic Colors of #6BA219
Black with #6BA219
Text Example
Text Example
White with #6BA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA219; }
p { color: rgb(107,162,25); }
H1.HeaderClassName
{
color: #6BA219;
}
.AnyTagClassName
{
color: #6BA219;
}
</style>
background-color css
<style>
a { background-color: #6BA219; }
a { background-color: rgb(107,162,25); }
div.DivClassName
{
background-color: #6BA219;
}
.BgClassName
{
background-color: #6BA219;
}
</style>
border-color css
<style>
span { border-color: #6BA219; }
span { border-color: rgb(107,162,25); }
td.TdClassName
{
border-color: #6BA219;
}
.TagClassName
{
border-color: #6BA219;
}
</style>