Shades of Christi #6AB901
Tints of Christi #6AB901
RGB
CMYK
RGB Variations
Color information
#6AB901 (or 0x6AB901) is known color: Christi. HEX triplet: 6A, B9 and 01. RGB value is (106,185,1). Sum of RGB (Red+Green+Blue) = 106+185+1=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB901 is #9546FE. Grayscale: #8D8D8D. Windows color (decimal): -9783039 or 113002. OLE color: 113002.
HSL color Cylindrical-coordinate representation of color #6AB901: hue angle of 85.76º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AB901 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 185 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.27 |
| HSL | 85.76º | 0.99% | 0.36% | - |
| HSV(B) | 85.76º | 0.99% | 0.73% | - |
| XYZ | 23.3 | 37.76 | 6.09 | - |
| YUV | 140.4 | 49.33 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 1 | 0.43 | 0 | 0.99 | 0.27 | 85.76 | 0.99 | 0.36 |
| Hex | 6A | B9 | 1 | 2B | 0 | 63 | 1B | 56 | 63 | 24 |
| Octal | 152 | 271 | 1 | 53 | 0 | 143 | 33 | 126 | 143 | 44 |
| Binary | 1101010 | 10111001 | 1 | 101011 | 0 | 1100011 | 11011 | 1010110 | 1100011 | 100100 |
Color Harmonies of #6AB901
Complementary color
Monochromatic Colors of #6AB901
Black with #6AB901
Text Example
Text Example
White with #6AB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB901; }
p { color: rgb(106,185,1); }
H1.HeaderClassName
{
color: #6AB901;
}
.AnyTagClassName
{
color: #6AB901;
}
</style>
background-color css
<style>
a { background-color: #6AB901; }
a { background-color: rgb(106,185,1); }
div.DivClassName
{
background-color: #6AB901;
}
.BgClassName
{
background-color: #6AB901;
}
</style>
border-color css
<style>
span { border-color: #6AB901; }
span { border-color: rgb(106,185,1); }
td.TdClassName
{
border-color: #6AB901;
}
.TagClassName
{
border-color: #6AB901;
}
</style>