Shades of Christi #6BA910
Tints of Christi #6BA910
RGB
CMYK
RGB Variations
Color information
#6BA910 (or 0x6BA910) is known color: Christi. HEX triplet: 6B, A9 and 10. RGB value is (107,169,16). Sum of RGB (Red+Green+Blue) = 107+169+16=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA910 is #9456EF. Grayscale: #858585. Windows color (decimal): -9721584 or 1091947. OLE color: 1091947.
HSL color Cylindrical-coordinate representation of color #6BA910: hue angle of 84.31º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BA910 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.34 |
| HSL | 84.31º | 0.83% | 0.36% | - |
| HSV(B) | 84.31º | 0.91% | 0.66% | - |
| XYZ | 20.34 | 31.54 | 5.51 | - |
| YUV | 133.02 | 61.96 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 16 | 0.37 | 0 | 0.91 | 0.34 | 84.31 | 0.83 | 0.36 |
| Hex | 6B | A9 | 10 | 25 | 0 | 5B | 22 | 54 | 53 | 24 |
| Octal | 153 | 251 | 20 | 45 | 0 | 133 | 42 | 124 | 123 | 44 |
| Binary | 1101011 | 10101001 | 10000 | 100101 | 0 | 1011011 | 100010 | 1010100 | 1010011 | 100100 |
Color Harmonies of #6BA910
Complementary color
Monochromatic Colors of #6BA910
Black with #6BA910
Text Example
Text Example
White with #6BA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA910; }
p { color: rgb(107,169,16); }
H1.HeaderClassName
{
color: #6BA910;
}
.AnyTagClassName
{
color: #6BA910;
}
</style>
background-color css
<style>
a { background-color: #6BA910; }
a { background-color: rgb(107,169,16); }
div.DivClassName
{
background-color: #6BA910;
}
.BgClassName
{
background-color: #6BA910;
}
</style>
border-color css
<style>
span { border-color: #6BA910; }
span { border-color: rgb(107,169,16); }
td.TdClassName
{
border-color: #6BA910;
}
.TagClassName
{
border-color: #6BA910;
}
</style>