Shades of Christi #6BC506
Tints of Christi #6BC506
RGB
CMYK
RGB Variations
Color information
#6BC506 (or 0x6BC506) is known color: Christi. HEX triplet: 6B, C5 and 06. RGB value is (107,197,6). Sum of RGB (Red+Green+Blue) = 107+197+6=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC506 is #943AF9. Grayscale: #949494. Windows color (decimal): -9714426 or 443755. OLE color: 443755.
HSL color Cylindrical-coordinate representation of color #6BC506: hue angle of 88.27º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6BC506 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.23 |
| HSL | 88.27º | 0.94% | 0.4% | - |
| HSV(B) | 88.27º | 0.97% | 0.77% | - |
| XYZ | 26.06 | 43.07 | 7.11 | - |
| YUV | 148.32 | 47.68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 6 | 0.46 | 0 | 0.97 | 0.23 | 88.27 | 0.94 | 0.4 |
| Hex | 6B | C5 | 6 | 2E | 0 | 61 | 17 | 58 | 5E | 28 |
| Octal | 153 | 305 | 6 | 56 | 0 | 141 | 27 | 130 | 136 | 50 |
| Binary | 1101011 | 11000101 | 110 | 101110 | 0 | 1100001 | 10111 | 1011000 | 1011110 | 101000 |
Color Harmonies of #6BC506
Complementary color
Monochromatic Colors of #6BC506
Black with #6BC506
Text Example
Text Example
White with #6BC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC506; }
p { color: rgb(107,197,6); }
H1.HeaderClassName
{
color: #6BC506;
}
.AnyTagClassName
{
color: #6BC506;
}
</style>
background-color css
<style>
a { background-color: #6BC506; }
a { background-color: rgb(107,197,6); }
div.DivClassName
{
background-color: #6BC506;
}
.BgClassName
{
background-color: #6BC506;
}
</style>
border-color css
<style>
span { border-color: #6BC506; }
span { border-color: rgb(107,197,6); }
td.TdClassName
{
border-color: #6BC506;
}
.TagClassName
{
border-color: #6BC506;
}
</style>