Shades of Christi #6BC101
Tints of Christi #6BC101
RGB
CMYK
RGB Variations
Color information
#6BC101 (or 0x6BC101) is known color: Christi. HEX triplet: 6B, C1 and 01. RGB value is (107,193,1). Sum of RGB (Red+Green+Blue) = 107+193+1=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC101 is #943EFE. Grayscale: #929292. Windows color (decimal): -9715455 or 115051. OLE color: 115051.
HSL color Cylindrical-coordinate representation of color #6BC101: hue angle of 86.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BC101 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.24 |
| HSL | 86.88º | 0.99% | 0.38% | - |
| HSV(B) | 86.88º | 0.99% | 0.76% | - |
| XYZ | 25.14 | 41.27 | 6.67 | - |
| YUV | 145.4 | 46.51 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 1 | 0.45 | 0 | 0.99 | 0.24 | 86.88 | 0.99 | 0.38 |
| Hex | 6B | C1 | 1 | 2D | 0 | 63 | 18 | 57 | 63 | 26 |
| Octal | 153 | 301 | 1 | 55 | 0 | 143 | 30 | 127 | 143 | 46 |
| Binary | 1101011 | 11000001 | 1 | 101101 | 0 | 1100011 | 11000 | 1010111 | 1100011 | 100110 |
Color Harmonies of #6BC101
Complementary color
Monochromatic Colors of #6BC101
Black with #6BC101
Text Example
Text Example
White with #6BC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC101; }
p { color: rgb(107,193,1); }
H1.HeaderClassName
{
color: #6BC101;
}
.AnyTagClassName
{
color: #6BC101;
}
</style>
background-color css
<style>
a { background-color: #6BC101; }
a { background-color: rgb(107,193,1); }
div.DivClassName
{
background-color: #6BC101;
}
.BgClassName
{
background-color: #6BC101;
}
</style>
border-color css
<style>
span { border-color: #6BC101; }
span { border-color: rgb(107,193,1); }
td.TdClassName
{
border-color: #6BC101;
}
.TagClassName
{
border-color: #6BC101;
}
</style>