Shades of Christi #6BC104
Tints of Christi #6BC104
RGB
CMYK
RGB Variations
Color information
#6BC104 (or 0x6BC104) is known color: Christi. HEX triplet: 6B, C1 and 04. RGB value is (107,193,4). Sum of RGB (Red+Green+Blue) = 107+193+4=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC104 is #943EFB. Grayscale: #929292. Windows color (decimal): -9715452 or 311659. OLE color: 311659.
HSL color Cylindrical-coordinate representation of color #6BC104: hue angle of 87.3º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6BC104 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.24 |
| HSL | 87.3º | 0.96% | 0.39% | - |
| HSV(B) | 87.3º | 0.98% | 0.76% | - |
| XYZ | 25.16 | 41.27 | 6.76 | - |
| YUV | 145.74 | 48.01 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 4 | 0.45 | 0 | 0.98 | 0.24 | 87.3 | 0.96 | 0.39 |
| Hex | 6B | C1 | 4 | 2D | 0 | 62 | 18 | 57 | 60 | 27 |
| Octal | 153 | 301 | 4 | 55 | 0 | 142 | 30 | 127 | 140 | 47 |
| Binary | 1101011 | 11000001 | 100 | 101101 | 0 | 1100010 | 11000 | 1010111 | 1100000 | 100111 |
Color Harmonies of #6BC104
Complementary color
Monochromatic Colors of #6BC104
Black with #6BC104
Text Example
Text Example
White with #6BC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC104; }
p { color: rgb(107,193,4); }
H1.HeaderClassName
{
color: #6BC104;
}
.AnyTagClassName
{
color: #6BC104;
}
</style>
background-color css
<style>
a { background-color: #6BC104; }
a { background-color: rgb(107,193,4); }
div.DivClassName
{
background-color: #6BC104;
}
.BgClassName
{
background-color: #6BC104;
}
</style>
border-color css
<style>
span { border-color: #6BC104; }
span { border-color: rgb(107,193,4); }
td.TdClassName
{
border-color: #6BC104;
}
.TagClassName
{
border-color: #6BC104;
}
</style>