Shades of Christi #6BA506
Tints of Christi #6BA506
RGB
CMYK
RGB Variations
Color information
#6BA506 (or 0x6BA506) is known color: Christi. HEX triplet: 6B, A5 and 06. RGB value is (107,165,6). Sum of RGB (Red+Green+Blue) = 107+165+6=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA506 is #945AF9. Grayscale: #828282. Windows color (decimal): -9722618 or 435563. OLE color: 435563.
HSL color Cylindrical-coordinate representation of color #6BA506: hue angle of 81.89º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BA506 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.35 |
| HSL | 81.89º | 0.93% | 0.34% | - |
| HSV(B) | 81.89º | 0.96% | 0.65% | - |
| XYZ | 19.55 | 30.05 | 4.94 | - |
| YUV | 129.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 6 | 0.35 | 0 | 0.96 | 0.35 | 81.89 | 0.93 | 0.34 |
| Hex | 6B | A5 | 6 | 23 | 0 | 60 | 23 | 52 | 5D | 22 |
| Octal | 153 | 245 | 6 | 43 | 0 | 140 | 43 | 122 | 135 | 42 |
| Binary | 1101011 | 10100101 | 110 | 100011 | 0 | 1100000 | 100011 | 1010010 | 1011101 | 100010 |
Color Harmonies of #6BA506
Complementary color
Monochromatic Colors of #6BA506
Black with #6BA506
Text Example
Text Example
White with #6BA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA506; }
p { color: rgb(107,165,6); }
H1.HeaderClassName
{
color: #6BA506;
}
.AnyTagClassName
{
color: #6BA506;
}
</style>
background-color css
<style>
a { background-color: #6BA506; }
a { background-color: rgb(107,165,6); }
div.DivClassName
{
background-color: #6BA506;
}
.BgClassName
{
background-color: #6BA506;
}
</style>
border-color css
<style>
span { border-color: #6BA506; }
span { border-color: rgb(107,165,6); }
td.TdClassName
{
border-color: #6BA506;
}
.TagClassName
{
border-color: #6BA506;
}
</style>