Shades of Christi #6BA614
Tints of Christi #6BA614
RGB
CMYK
RGB Variations
Color information
#6BA614 (or 0x6BA614) is known color: Christi. HEX triplet: 6B, A6 and 14. RGB value is (107,166,20). Sum of RGB (Red+Green+Blue) = 107+166+20=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA614 is #9459EB. Grayscale: #848484. Windows color (decimal): -9722348 or 1353323. OLE color: 1353323.
HSL color Cylindrical-coordinate representation of color #6BA614: hue angle of 84.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BA614 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 20 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.35 |
| HSL | 84.25º | 0.78% | 0.36% | - |
| HSV(B) | 84.25º | 0.88% | 0.65% | - |
| XYZ | 19.83 | 30.45 | 5.49 | - |
| YUV | 131.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 20 | 0.36 | 0 | 0.88 | 0.35 | 84.25 | 0.78 | 0.36 |
| Hex | 6B | A6 | 14 | 24 | 0 | 58 | 23 | 54 | 4E | 24 |
| Octal | 153 | 246 | 24 | 44 | 0 | 130 | 43 | 124 | 116 | 44 |
| Binary | 1101011 | 10100110 | 10100 | 100100 | 0 | 1011000 | 100011 | 1010100 | 1001110 | 100100 |
Color Harmonies of #6BA614
Complementary color
Monochromatic Colors of #6BA614
Black with #6BA614
Text Example
Text Example
White with #6BA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA614; }
p { color: rgb(107,166,20); }
H1.HeaderClassName
{
color: #6BA614;
}
.AnyTagClassName
{
color: #6BA614;
}
</style>
background-color css
<style>
a { background-color: #6BA614; }
a { background-color: rgb(107,166,20); }
div.DivClassName
{
background-color: #6BA614;
}
.BgClassName
{
background-color: #6BA614;
}
</style>
border-color css
<style>
span { border-color: #6BA614; }
span { border-color: rgb(107,166,20); }
td.TdClassName
{
border-color: #6BA614;
}
.TagClassName
{
border-color: #6BA614;
}
</style>