Shades of Christi #6BA408
Tints of Christi #6BA408
RGB
CMYK
RGB Variations
Color information
#6BA408 (or 0x6BA408) is known color: Christi. HEX triplet: 6B, A4 and 08. RGB value is (107,164,8). Sum of RGB (Red+Green+Blue) = 107+164+8=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA408 is #945BF7. Grayscale: #818181. Windows color (decimal): -9722872 or 566379. OLE color: 566379.
HSL color Cylindrical-coordinate representation of color #6BA408: hue angle of 81.92º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BA408 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 8 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.36 |
| HSL | 81.92º | 0.91% | 0.34% | - |
| HSV(B) | 81.92º | 0.95% | 0.64% | - |
| XYZ | 19.38 | 29.69 | 4.94 | - |
| YUV | 129.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 8 | 0.35 | 0 | 0.95 | 0.36 | 81.92 | 0.91 | 0.34 |
| Hex | 6B | A4 | 8 | 23 | 0 | 5F | 24 | 52 | 5B | 22 |
| Octal | 153 | 244 | 10 | 43 | 0 | 137 | 44 | 122 | 133 | 42 |
| Binary | 1101011 | 10100100 | 1000 | 100011 | 0 | 1011111 | 100100 | 1010010 | 1011011 | 100010 |
Color Harmonies of #6BA408
Complementary color
Monochromatic Colors of #6BA408
Black with #6BA408
Text Example
Text Example
White with #6BA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA408; }
p { color: rgb(107,164,8); }
H1.HeaderClassName
{
color: #6BA408;
}
.AnyTagClassName
{
color: #6BA408;
}
</style>
background-color css
<style>
a { background-color: #6BA408; }
a { background-color: rgb(107,164,8); }
div.DivClassName
{
background-color: #6BA408;
}
.BgClassName
{
background-color: #6BA408;
}
</style>
border-color css
<style>
span { border-color: #6BA408; }
span { border-color: rgb(107,164,8); }
td.TdClassName
{
border-color: #6BA408;
}
.TagClassName
{
border-color: #6BA408;
}
</style>