Shades of Christi #6BC113
Tints of Christi #6BC113
RGB
CMYK
RGB Variations
Color information
#6BC113 (or 0x6BC113) is known color: Christi. HEX triplet: 6B, C1 and 13. RGB value is (107,193,19). Sum of RGB (Red+Green+Blue) = 107+193+19=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC113 is #943EEC. Grayscale: #949494. Windows color (decimal): -9715437 or 1294699. OLE color: 1294699.
HSL color Cylindrical-coordinate representation of color #6BC113: hue angle of 89.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BC113 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.24 |
| HSL | 89.66º | 0.82% | 0.42% | - |
| HSV(B) | 89.66º | 0.9% | 0.76% | - |
| XYZ | 25.25 | 41.31 | 7.26 | - |
| YUV | 147.45 | 55.51 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 19 | 0.45 | 0 | 0.90 | 0.24 | 89.66 | 0.82 | 0.42 |
| Hex | 6B | C1 | 13 | 2D | 0 | 5A | 18 | 5A | 52 | 2A |
| Octal | 153 | 301 | 23 | 55 | 0 | 132 | 30 | 132 | 122 | 52 |
| Binary | 1101011 | 11000001 | 10011 | 101101 | 0 | 1011010 | 11000 | 1011010 | 1010010 | 101010 |
Color Harmonies of #6BC113
Complementary color
Monochromatic Colors of #6BC113
Black with #6BC113
Text Example
Text Example
White with #6BC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC113; }
p { color: rgb(107,193,19); }
H1.HeaderClassName
{
color: #6BC113;
}
.AnyTagClassName
{
color: #6BC113;
}
</style>
background-color css
<style>
a { background-color: #6BC113; }
a { background-color: rgb(107,193,19); }
div.DivClassName
{
background-color: #6BC113;
}
.BgClassName
{
background-color: #6BC113;
}
</style>
border-color css
<style>
span { border-color: #6BC113; }
span { border-color: rgb(107,193,19); }
td.TdClassName
{
border-color: #6BC113;
}
.TagClassName
{
border-color: #6BC113;
}
</style>