Shades of Christi #6AA401
Tints of Christi #6AA401
RGB
CMYK
RGB Variations
Color information
#6AA401 (or 0x6AA401) is known color: Christi. HEX triplet: 6A, A4 and 01. RGB value is (106,164,1). Sum of RGB (Red+Green+Blue) = 106+164+1=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA401 is #955BFE. Grayscale: #808080. Windows color (decimal): -9788415 or 107626. OLE color: 107626.
HSL color Cylindrical-coordinate representation of color #6AA401: hue angle of 81.35º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AA401 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.36 |
| HSL | 81.35º | 0.99% | 0.32% | - |
| HSV(B) | 81.35º | 0.99% | 0.64% | - |
| XYZ | 19.22 | 29.62 | 4.73 | - |
| YUV | 128.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 1 | 0.35 | 0 | 0.99 | 0.36 | 81.35 | 0.99 | 0.32 |
| Hex | 6A | A4 | 1 | 23 | 0 | 63 | 24 | 51 | 63 | 20 |
| Octal | 152 | 244 | 1 | 43 | 0 | 143 | 44 | 121 | 143 | 40 |
| Binary | 1101010 | 10100100 | 1 | 100011 | 0 | 1100011 | 100100 | 1010001 | 1100011 | 100000 |
Color Harmonies of #6AA401
Complementary color
Monochromatic Colors of #6AA401
Black with #6AA401
Text Example
Text Example
White with #6AA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA401; }
p { color: rgb(106,164,1); }
H1.HeaderClassName
{
color: #6AA401;
}
.AnyTagClassName
{
color: #6AA401;
}
</style>
background-color css
<style>
a { background-color: #6AA401; }
a { background-color: rgb(106,164,1); }
div.DivClassName
{
background-color: #6AA401;
}
.BgClassName
{
background-color: #6AA401;
}
</style>
border-color css
<style>
span { border-color: #6AA401; }
span { border-color: rgb(106,164,1); }
td.TdClassName
{
border-color: #6AA401;
}
.TagClassName
{
border-color: #6AA401;
}
</style>