Shades of Christi #6BA406
Tints of Christi #6BA406
RGB
CMYK
RGB Variations
Color information
#6BA406 (or 0x6BA406) is known color: Christi. HEX triplet: 6B, A4 and 06. RGB value is (107,164,6). Sum of RGB (Red+Green+Blue) = 107+164+6=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA406 is #945BF9. Grayscale: #818181. Windows color (decimal): -9722874 or 435307. OLE color: 435307.
HSL color Cylindrical-coordinate representation of color #6BA406: hue angle of 81.65º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BA406 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.36 |
| HSL | 81.65º | 0.93% | 0.33% | - |
| HSV(B) | 81.65º | 0.96% | 0.64% | - |
| XYZ | 19.37 | 29.69 | 4.88 | - |
| YUV | 128.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 6 | 0.35 | 0 | 0.96 | 0.36 | 81.65 | 0.93 | 0.33 |
| Hex | 6B | A4 | 6 | 23 | 0 | 60 | 24 | 52 | 5D | 21 |
| Octal | 153 | 244 | 6 | 43 | 0 | 140 | 44 | 122 | 135 | 41 |
| Binary | 1101011 | 10100100 | 110 | 100011 | 0 | 1100000 | 100100 | 1010010 | 1011101 | 100001 |
Color Harmonies of #6BA406
Complementary color
Monochromatic Colors of #6BA406
Black with #6BA406
Text Example
Text Example
White with #6BA406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA406; }
p { color: rgb(107,164,6); }
H1.HeaderClassName
{
color: #6BA406;
}
.AnyTagClassName
{
color: #6BA406;
}
</style>
background-color css
<style>
a { background-color: #6BA406; }
a { background-color: rgb(107,164,6); }
div.DivClassName
{
background-color: #6BA406;
}
.BgClassName
{
background-color: #6BA406;
}
</style>
border-color css
<style>
span { border-color: #6BA406; }
span { border-color: rgb(107,164,6); }
td.TdClassName
{
border-color: #6BA406;
}
.TagClassName
{
border-color: #6BA406;
}
</style>