Shades of Christi #6BA415
Tints of Christi #6BA415
RGB
CMYK
RGB Variations
Color information
#6BA415 (or 0x6BA415) is known color: Christi. HEX triplet: 6B, A4 and 15. RGB value is (107,164,21). Sum of RGB (Red+Green+Blue) = 107+164+21=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA415 is #945BEA. Grayscale: #838383. Windows color (decimal): -9722859 or 1418347. OLE color: 1418347.
HSL color Cylindrical-coordinate representation of color #6BA415: hue angle of 83.92º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BA415 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 21 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.36 |
| HSL | 83.92º | 0.77% | 0.36% | - |
| HSV(B) | 83.92º | 0.87% | 0.64% | - |
| XYZ | 19.47 | 29.73 | 5.42 | - |
| YUV | 130.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 21 | 0.35 | 0 | 0.87 | 0.36 | 83.92 | 0.77 | 0.36 |
| Hex | 6B | A4 | 15 | 23 | 0 | 57 | 24 | 54 | 4D | 24 |
| Octal | 153 | 244 | 25 | 43 | 0 | 127 | 44 | 124 | 115 | 44 |
| Binary | 1101011 | 10100100 | 10101 | 100011 | 0 | 1010111 | 100100 | 1010100 | 1001101 | 100100 |
Color Harmonies of #6BA415
Complementary color
Monochromatic Colors of #6BA415
Black with #6BA415
Text Example
Text Example
White with #6BA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA415; }
p { color: rgb(107,164,21); }
H1.HeaderClassName
{
color: #6BA415;
}
.AnyTagClassName
{
color: #6BA415;
}
</style>
background-color css
<style>
a { background-color: #6BA415; }
a { background-color: rgb(107,164,21); }
div.DivClassName
{
background-color: #6BA415;
}
.BgClassName
{
background-color: #6BA415;
}
</style>
border-color css
<style>
span { border-color: #6BA415; }
span { border-color: rgb(107,164,21); }
td.TdClassName
{
border-color: #6BA415;
}
.TagClassName
{
border-color: #6BA415;
}
</style>