Shades of Christi #6BC701
Tints of Christi #6BC701
RGB
CMYK
RGB Variations
Color information
#6BC701 (or 0x6BC701) is known color: Christi. HEX triplet: 6B, C7 and 01. RGB value is (107,199,1). Sum of RGB (Red+Green+Blue) = 107+199+1=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC701 is #9438FE. Grayscale: #959595. Windows color (decimal): -9713919 or 116587. OLE color: 116587.
HSL color Cylindrical-coordinate representation of color #6BC701: hue angle of 87.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BC701 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.22 |
| HSL | 87.88º | 0.99% | 0.39% | - |
| HSV(B) | 87.88º | 0.99% | 0.78% | - |
| XYZ | 26.49 | 43.97 | 7.12 | - |
| YUV | 148.92 | 44.52 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 1 | 0.46 | 0 | 0.99 | 0.22 | 87.88 | 0.99 | 0.39 |
| Hex | 6B | C7 | 1 | 2E | 0 | 63 | 16 | 58 | 63 | 27 |
| Octal | 153 | 307 | 1 | 56 | 0 | 143 | 26 | 130 | 143 | 47 |
| Binary | 1101011 | 11000111 | 1 | 101110 | 0 | 1100011 | 10110 | 1011000 | 1100011 | 100111 |
Color Harmonies of #6BC701
Complementary color
Monochromatic Colors of #6BC701
Black with #6BC701
Text Example
Text Example
White with #6BC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC701; }
p { color: rgb(107,199,1); }
H1.HeaderClassName
{
color: #6BC701;
}
.AnyTagClassName
{
color: #6BC701;
}
</style>
background-color css
<style>
a { background-color: #6BC701; }
a { background-color: rgb(107,199,1); }
div.DivClassName
{
background-color: #6BC701;
}
.BgClassName
{
background-color: #6BC701;
}
</style>
border-color css
<style>
span { border-color: #6BC701; }
span { border-color: rgb(107,199,1); }
td.TdClassName
{
border-color: #6BC701;
}
.TagClassName
{
border-color: #6BC701;
}
</style>