Shades of Christi #6AB801
Tints of Christi #6AB801
RGB
CMYK
RGB Variations
Color information
#6AB801 (or 0x6AB801) is known color: Christi. HEX triplet: 6A, B8 and 01. RGB value is (106,184,1). Sum of RGB (Red+Green+Blue) = 106+184+1=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB801 is #9547FE. Grayscale: #8C8C8C. Windows color (decimal): -9783295 or 112746. OLE color: 112746.
HSL color Cylindrical-coordinate representation of color #6AB801: hue angle of 85.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AB801 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.28 |
| HSL | 85.57º | 0.99% | 0.36% | - |
| HSV(B) | 85.57º | 0.99% | 0.72% | - |
| XYZ | 23.09 | 37.35 | 6.02 | - |
| YUV | 139.82 | 49.66 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 1 | 0.42 | 0 | 0.99 | 0.28 | 85.57 | 0.99 | 0.36 |
| Hex | 6A | B8 | 1 | 2A | 0 | 63 | 1C | 56 | 63 | 24 |
| Octal | 152 | 270 | 1 | 52 | 0 | 143 | 34 | 126 | 143 | 44 |
| Binary | 1101010 | 10111000 | 1 | 101010 | 0 | 1100011 | 11100 | 1010110 | 1100011 | 100100 |
Color Harmonies of #6AB801
Complementary color
Monochromatic Colors of #6AB801
Black with #6AB801
Text Example
Text Example
White with #6AB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB801; }
p { color: rgb(106,184,1); }
H1.HeaderClassName
{
color: #6AB801;
}
.AnyTagClassName
{
color: #6AB801;
}
</style>
background-color css
<style>
a { background-color: #6AB801; }
a { background-color: rgb(106,184,1); }
div.DivClassName
{
background-color: #6AB801;
}
.BgClassName
{
background-color: #6AB801;
}
</style>
border-color css
<style>
span { border-color: #6AB801; }
span { border-color: rgb(106,184,1); }
td.TdClassName
{
border-color: #6AB801;
}
.TagClassName
{
border-color: #6AB801;
}
</style>