Shades of Christi #6AA304
Tints of Christi #6AA304
RGB
CMYK
RGB Variations
Color information
#6AA304 (or 0x6AA304) is known color: Christi. HEX triplet: 6A, A3 and 04. RGB value is (106,163,4). Sum of RGB (Red+Green+Blue) = 106+163+4=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA304 is #955CFB. Grayscale: #808080. Windows color (decimal): -9788668 or 303978. OLE color: 303978.
HSL color Cylindrical-coordinate representation of color #6AA304: hue angle of 81.51º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AA304 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.36 |
| HSL | 81.51º | 0.95% | 0.33% | - |
| HSV(B) | 81.51º | 0.98% | 0.64% | - |
| XYZ | 19.06 | 29.27 | 4.76 | - |
| YUV | 127.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 4 | 0.35 | 0 | 0.98 | 0.36 | 81.51 | 0.95 | 0.33 |
| Hex | 6A | A3 | 4 | 23 | 0 | 62 | 24 | 52 | 5F | 21 |
| Octal | 152 | 243 | 4 | 43 | 0 | 142 | 44 | 122 | 137 | 41 |
| Binary | 1101010 | 10100011 | 100 | 100011 | 0 | 1100010 | 100100 | 1010010 | 1011111 | 100001 |
Color Harmonies of #6AA304
Complementary color
Monochromatic Colors of #6AA304
Black with #6AA304
Text Example
Text Example
White with #6AA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA304; }
p { color: rgb(106,163,4); }
H1.HeaderClassName
{
color: #6AA304;
}
.AnyTagClassName
{
color: #6AA304;
}
</style>
background-color css
<style>
a { background-color: #6AA304; }
a { background-color: rgb(106,163,4); }
div.DivClassName
{
background-color: #6AA304;
}
.BgClassName
{
background-color: #6AA304;
}
</style>
border-color css
<style>
span { border-color: #6AA304; }
span { border-color: rgb(106,163,4); }
td.TdClassName
{
border-color: #6AA304;
}
.TagClassName
{
border-color: #6AA304;
}
</style>