Shades of Christi #6AB804
Tints of Christi #6AB804
RGB
CMYK
RGB Variations
Color information
#6AB804 (or 0x6AB804) is known color: Christi. HEX triplet: 6A, B8 and 04. RGB value is (106,184,4). Sum of RGB (Red+Green+Blue) = 106+184+4=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB804 is #9547FB. Grayscale: #8C8C8C. Windows color (decimal): -9783292 or 309354. OLE color: 309354.
HSL color Cylindrical-coordinate representation of color #6AB804: hue angle of 86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AB804 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.28 |
| HSL | 86º | 0.96% | 0.37% | - |
| HSV(B) | 86º | 0.98% | 0.72% | - |
| XYZ | 23.11 | 37.35 | 6.11 | - |
| YUV | 140.16 | 51.16 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 4 | 0.42 | 0 | 0.98 | 0.28 | 86 | 0.96 | 0.37 |
| Hex | 6A | B8 | 4 | 2A | 0 | 62 | 1C | 56 | 60 | 25 |
| Octal | 152 | 270 | 4 | 52 | 0 | 142 | 34 | 126 | 140 | 45 |
| Binary | 1101010 | 10111000 | 100 | 101010 | 0 | 1100010 | 11100 | 1010110 | 1100000 | 100101 |
Color Harmonies of #6AB804
Complementary color
Monochromatic Colors of #6AB804
Black with #6AB804
Text Example
Text Example
White with #6AB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB804; }
p { color: rgb(106,184,4); }
H1.HeaderClassName
{
color: #6AB804;
}
.AnyTagClassName
{
color: #6AB804;
}
</style>
background-color css
<style>
a { background-color: #6AB804; }
a { background-color: rgb(106,184,4); }
div.DivClassName
{
background-color: #6AB804;
}
.BgClassName
{
background-color: #6AB804;
}
</style>
border-color css
<style>
span { border-color: #6AB804; }
span { border-color: rgb(106,184,4); }
td.TdClassName
{
border-color: #6AB804;
}
.TagClassName
{
border-color: #6AB804;
}
</style>