Shades of Christi #6FCB06
Tints of Christi #6FCB06
RGB
CMYK
RGB Variations
Color information
#6FCB06 (or 0x6FCB06) is known color: Christi. HEX triplet: 6F, CB and 06. RGB value is (111,203,6). Sum of RGB (Red+Green+Blue) = 111+203+6=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCB06 is #9034F9. Grayscale: #999999. Windows color (decimal): -9450746 or 445295. OLE color: 445295.
HSL color Cylindrical-coordinate representation of color #6FCB06: hue angle of 88.02º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FCB06 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 6 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.20 |
| HSL | 88.02º | 0.94% | 0.41% | - |
| HSV(B) | 88.02º | 0.97% | 0.8% | - |
| XYZ | 27.94 | 46.1 | 7.6 | - |
| YUV | 153.03 | 45.02 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 6 | 0.45 | 0 | 0.97 | 0.20 | 88.02 | 0.94 | 0.41 |
| Hex | 6F | CB | 6 | 2D | 0 | 61 | 14 | 58 | 5E | 29 |
| Octal | 157 | 313 | 6 | 55 | 0 | 141 | 24 | 130 | 136 | 51 |
| Binary | 1101111 | 11001011 | 110 | 101101 | 0 | 1100001 | 10100 | 1011000 | 1011110 | 101001 |
Color Harmonies of #6FCB06
Complementary color
Monochromatic Colors of #6FCB06
Black with #6FCB06
Text Example
Text Example
White with #6FCB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB06; }
p { color: rgb(111,203,6); }
H1.HeaderClassName
{
color: #6FCB06;
}
.AnyTagClassName
{
color: #6FCB06;
}
</style>
background-color css
<style>
a { background-color: #6FCB06; }
a { background-color: rgb(111,203,6); }
div.DivClassName
{
background-color: #6FCB06;
}
.BgClassName
{
background-color: #6FCB06;
}
</style>
border-color css
<style>
span { border-color: #6FCB06; }
span { border-color: rgb(111,203,6); }
td.TdClassName
{
border-color: #6FCB06;
}
.TagClassName
{
border-color: #6FCB06;
}
</style>