Shades of Christi #6BA813
Tints of Christi #6BA813
RGB
CMYK
RGB Variations
Color information
#6BA813 (or 0x6BA813) is known color: Christi. HEX triplet: 6B, A8 and 13. RGB value is (107,168,19). Sum of RGB (Red+Green+Blue) = 107+168+19=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA813 is #9457EC. Grayscale: #858585. Windows color (decimal): -9721837 or 1288299. OLE color: 1288299.
HSL color Cylindrical-coordinate representation of color #6BA813: hue angle of 84.56º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BA813 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 19 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.34 |
| HSL | 84.56º | 0.8% | 0.37% | - |
| HSV(B) | 84.56º | 0.89% | 0.66% | - |
| XYZ | 20.18 | 31.18 | 5.57 | - |
| YUV | 132.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 19 | 0.36 | 0 | 0.89 | 0.34 | 84.56 | 0.8 | 0.37 |
| Hex | 6B | A8 | 13 | 24 | 0 | 59 | 22 | 55 | 50 | 25 |
| Octal | 153 | 250 | 23 | 44 | 0 | 131 | 42 | 125 | 120 | 45 |
| Binary | 1101011 | 10101000 | 10011 | 100100 | 0 | 1011001 | 100010 | 1010101 | 1010000 | 100101 |
Color Harmonies of #6BA813
Complementary color
Monochromatic Colors of #6BA813
Black with #6BA813
Text Example
Text Example
White with #6BA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA813; }
p { color: rgb(107,168,19); }
H1.HeaderClassName
{
color: #6BA813;
}
.AnyTagClassName
{
color: #6BA813;
}
</style>
background-color css
<style>
a { background-color: #6BA813; }
a { background-color: rgb(107,168,19); }
div.DivClassName
{
background-color: #6BA813;
}
.BgClassName
{
background-color: #6BA813;
}
</style>
border-color css
<style>
span { border-color: #6BA813; }
span { border-color: rgb(107,168,19); }
td.TdClassName
{
border-color: #6BA813;
}
.TagClassName
{
border-color: #6BA813;
}
</style>