Shades of Christi #6BA804
Tints of Christi #6BA804
RGB
CMYK
RGB Variations
Color information
#6BA804 (or 0x6BA804) is known color: Christi. HEX triplet: 6B, A8 and 04. RGB value is (107,168,4). Sum of RGB (Red+Green+Blue) = 107+168+4=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 168 (66.02% from 255 or 60.22% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA804 is #9457FB. Grayscale: #838383. Windows color (decimal): -9721852 or 305259. OLE color: 305259.
HSL color Cylindrical-coordinate representation of color #6BA804: hue angle of 82.32º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6BA804 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.34 |
| HSL | 82.32º | 0.95% | 0.34% | - |
| HSV(B) | 82.32º | 0.98% | 0.66% | - |
| XYZ | 20.09 | 31.14 | 5.07 | - |
| YUV | 131.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 4 | 0.36 | 0 | 0.98 | 0.34 | 82.32 | 0.95 | 0.34 |
| Hex | 6B | A8 | 4 | 24 | 0 | 62 | 22 | 52 | 5F | 22 |
| Octal | 153 | 250 | 4 | 44 | 0 | 142 | 42 | 122 | 137 | 42 |
| Binary | 1101011 | 10101000 | 100 | 100100 | 0 | 1100010 | 100010 | 1010010 | 1011111 | 100010 |
Color Harmonies of #6BA804
Complementary color
Monochromatic Colors of #6BA804
Black with #6BA804
Text Example
Text Example
White with #6BA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA804; }
p { color: rgb(107,168,4); }
H1.HeaderClassName
{
color: #6BA804;
}
.AnyTagClassName
{
color: #6BA804;
}
</style>
background-color css
<style>
a { background-color: #6BA804; }
a { background-color: rgb(107,168,4); }
div.DivClassName
{
background-color: #6BA804;
}
.BgClassName
{
background-color: #6BA804;
}
</style>
border-color css
<style>
span { border-color: #6BA804; }
span { border-color: rgb(107,168,4); }
td.TdClassName
{
border-color: #6BA804;
}
.TagClassName
{
border-color: #6BA804;
}
</style>