Shades of Christi #6BC60B
Tints of Christi #6BC60B
RGB
CMYK
RGB Variations
Color information
#6BC60B (or 0x6BC60B) is known color: Christi. HEX triplet: 6B, C6 and 0B. RGB value is (107,198,11). Sum of RGB (Red+Green+Blue) = 107+198+11=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC60B is #9439F4. Grayscale: #969696. Windows color (decimal): -9714165 or 771691. OLE color: 771691.
HSL color Cylindrical-coordinate representation of color #6BC60B: hue angle of 89.2º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BC60B is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 198 | 11 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.22 |
| HSL | 89.2º | 0.89% | 0.41% | - |
| HSV(B) | 89.2º | 0.94% | 0.78% | - |
| XYZ | 26.32 | 43.54 | 7.33 | - |
| YUV | 149.47 | 49.85 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 11 | 0.46 | 0 | 0.94 | 0.22 | 89.2 | 0.89 | 0.41 |
| Hex | 6B | C6 | B | 2E | 0 | 5E | 16 | 59 | 59 | 29 |
| Octal | 153 | 306 | 13 | 56 | 0 | 136 | 26 | 131 | 131 | 51 |
| Binary | 1101011 | 11000110 | 1011 | 101110 | 0 | 1011110 | 10110 | 1011001 | 1011001 | 101001 |
Color Harmonies of #6BC60B
Complementary color
Monochromatic Colors of #6BC60B
Black with #6BC60B
Text Example
Text Example
White with #6BC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC60B; }
p { color: rgb(107,198,11); }
H1.HeaderClassName
{
color: #6BC60B;
}
.AnyTagClassName
{
color: #6BC60B;
}
</style>
background-color css
<style>
a { background-color: #6BC60B; }
a { background-color: rgb(107,198,11); }
div.DivClassName
{
background-color: #6BC60B;
}
.BgClassName
{
background-color: #6BC60B;
}
</style>
border-color css
<style>
span { border-color: #6BC60B; }
span { border-color: rgb(107,198,11); }
td.TdClassName
{
border-color: #6BC60B;
}
.TagClassName
{
border-color: #6BC60B;
}
</style>