Shades of Christi #6CA219
Tints of Christi #6CA219
RGB
CMYK
RGB Variations
Color information
#6CA219 (or 0x6CA219) is known color: Christi. HEX triplet: 6C, A2 and 19. RGB value is (108,162,25). Sum of RGB (Red+Green+Blue) = 108+162+25=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA219 is #935DE6. Grayscale: #828282. Windows color (decimal): -9657831 or 1679980. OLE color: 1679980.
HSL color Cylindrical-coordinate representation of color #6CA219: hue angle of 83.65º 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 #6CA219 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 25 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.36 |
| HSL | 83.65º | 0.73% | 0.37% | - |
| HSV(B) | 83.65º | 0.85% | 0.64% | - |
| XYZ | 19.28 | 29.1 | 5.52 | - |
| YUV | 130.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 25 | 0.33 | 0 | 0.85 | 0.36 | 83.65 | 0.73 | 0.37 |
| Hex | 6C | A2 | 19 | 21 | 0 | 55 | 24 | 54 | 49 | 25 |
| Octal | 154 | 242 | 31 | 41 | 0 | 125 | 44 | 124 | 111 | 45 |
| Binary | 1101100 | 10100010 | 11001 | 100001 | 0 | 1010101 | 100100 | 1010100 | 1001001 | 100101 |
Color Harmonies of #6CA219
Complementary color
Monochromatic Colors of #6CA219
Black with #6CA219
Text Example
Text Example
White with #6CA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA219; }
p { color: rgb(108,162,25); }
H1.HeaderClassName
{
color: #6CA219;
}
.AnyTagClassName
{
color: #6CA219;
}
</style>
background-color css
<style>
a { background-color: #6CA219; }
a { background-color: rgb(108,162,25); }
div.DivClassName
{
background-color: #6CA219;
}
.BgClassName
{
background-color: #6CA219;
}
</style>
border-color css
<style>
span { border-color: #6CA219; }
span { border-color: rgb(108,162,25); }
td.TdClassName
{
border-color: #6CA219;
}
.TagClassName
{
border-color: #6CA219;
}
</style>