Shades of Christi #6AB813
Tints of Christi #6AB813
RGB
CMYK
RGB Variations
Color information
#6AB813 (or 0x6AB813) is known color: Christi. HEX triplet: 6A, B8 and 13. RGB value is (106,184,19). Sum of RGB (Red+Green+Blue) = 106+184+19=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB813 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB813 is #9547EC. Grayscale: #8E8E8E. Windows color (decimal): -9783277 or 1292394. OLE color: 1292394.
HSL color Cylindrical-coordinate representation of color #6AB813: hue angle of 88.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AB813 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.28 |
| HSL | 88.36º | 0.81% | 0.4% | - |
| HSV(B) | 88.36º | 0.9% | 0.72% | - |
| XYZ | 23.2 | 37.39 | 6.61 | - |
| YUV | 141.87 | 58.66 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 19 | 0.42 | 0 | 0.90 | 0.28 | 88.36 | 0.81 | 0.4 |
| Hex | 6A | B8 | 13 | 2A | 0 | 5A | 1C | 58 | 51 | 28 |
| Octal | 152 | 270 | 23 | 52 | 0 | 132 | 34 | 130 | 121 | 50 |
| Binary | 1101010 | 10111000 | 10011 | 101010 | 0 | 1011010 | 11100 | 1011000 | 1010001 | 101000 |
Color Harmonies of #6AB813
Complementary color
Monochromatic Colors of #6AB813
Black with #6AB813
Text Example
Text Example
White with #6AB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB813; }
p { color: rgb(106,184,19); }
H1.HeaderClassName
{
color: #6AB813;
}
.AnyTagClassName
{
color: #6AB813;
}
</style>
background-color css
<style>
a { background-color: #6AB813; }
a { background-color: rgb(106,184,19); }
div.DivClassName
{
background-color: #6AB813;
}
.BgClassName
{
background-color: #6AB813;
}
</style>
border-color css
<style>
span { border-color: #6AB813; }
span { border-color: rgb(106,184,19); }
td.TdClassName
{
border-color: #6AB813;
}
.TagClassName
{
border-color: #6AB813;
}
</style>