Shades of Christi #6FB101
Tints of Christi #6FB101
RGB
CMYK
RGB Variations
Color information
#6FB101 (or 0x6FB101) is known color: Christi. HEX triplet: 6F, B1 and 01. RGB value is (111,177,1). Sum of RGB (Red+Green+Blue) = 111+177+1=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB101 is #904EFE. Grayscale: #898989. Windows color (decimal): -9457407 or 110959. OLE color: 110959.
HSL color Cylindrical-coordinate representation of color #6FB101: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FB101 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.31 |
| HSL | 82.5º | 0.99% | 0.35% | - |
| HSV(B) | 82.5º | 0.99% | 0.69% | - |
| XYZ | 22.28 | 34.83 | 5.58 | - |
| YUV | 137.2 | 51.13 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 1 | 0.37 | 0 | 0.99 | 0.31 | 82.5 | 0.99 | 0.35 |
| Hex | 6F | B1 | 1 | 25 | 0 | 63 | 1F | 52 | 63 | 23 |
| Octal | 157 | 261 | 1 | 45 | 0 | 143 | 37 | 122 | 143 | 43 |
| Binary | 1101111 | 10110001 | 1 | 100101 | 0 | 1100011 | 11111 | 1010010 | 1100011 | 100011 |
Color Harmonies of #6FB101
Complementary color
Monochromatic Colors of #6FB101
Black with #6FB101
Text Example
Text Example
White with #6FB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB101; }
p { color: rgb(111,177,1); }
H1.HeaderClassName
{
color: #6FB101;
}
.AnyTagClassName
{
color: #6FB101;
}
</style>
background-color css
<style>
a { background-color: #6FB101; }
a { background-color: rgb(111,177,1); }
div.DivClassName
{
background-color: #6FB101;
}
.BgClassName
{
background-color: #6FB101;
}
</style>
border-color css
<style>
span { border-color: #6FB101; }
span { border-color: rgb(111,177,1); }
td.TdClassName
{
border-color: #6FB101;
}
.TagClassName
{
border-color: #6FB101;
}
</style>