Shades of Christi #6BC401
Tints of Christi #6BC401
RGB
CMYK
RGB Variations
Color information
#6BC401 (or 0x6BC401) is known color: Christi. HEX triplet: 6B, C4 and 01. RGB value is (107,196,1). Sum of RGB (Red+Green+Blue) = 107+196+1=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC401 is #943BFE. Grayscale: #939393. Windows color (decimal): -9714687 or 115819. OLE color: 115819.
HSL color Cylindrical-coordinate representation of color #6BC401: hue angle of 87.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BC401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.23 |
| HSL | 87.38º | 0.99% | 0.39% | - |
| HSV(B) | 87.38º | 0.99% | 0.77% | - |
| XYZ | 25.81 | 42.61 | 6.89 | - |
| YUV | 147.16 | 45.51 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 1 | 0.45 | 0 | 0.99 | 0.23 | 87.38 | 0.99 | 0.39 |
| Hex | 6B | C4 | 1 | 2D | 0 | 63 | 17 | 57 | 63 | 27 |
| Octal | 153 | 304 | 1 | 55 | 0 | 143 | 27 | 127 | 143 | 47 |
| Binary | 1101011 | 11000100 | 1 | 101101 | 0 | 1100011 | 10111 | 1010111 | 1100011 | 100111 |
Color Harmonies of #6BC401
Complementary color
Monochromatic Colors of #6BC401
Black with #6BC401
Text Example
Text Example
White with #6BC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC401; }
p { color: rgb(107,196,1); }
H1.HeaderClassName
{
color: #6BC401;
}
.AnyTagClassName
{
color: #6BC401;
}
</style>
background-color css
<style>
a { background-color: #6BC401; }
a { background-color: rgb(107,196,1); }
div.DivClassName
{
background-color: #6BC401;
}
.BgClassName
{
background-color: #6BC401;
}
</style>
border-color css
<style>
span { border-color: #6BC401; }
span { border-color: rgb(107,196,1); }
td.TdClassName
{
border-color: #6BC401;
}
.TagClassName
{
border-color: #6BC401;
}
</style>