Shades of Christi #6BAE13
Tints of Christi #6BAE13
RGB
CMYK
RGB Variations
Color information
#6BAE13 (or 0x6BAE13) is known color: Christi. HEX triplet: 6B, AE and 13. RGB value is (107,174,19). Sum of RGB (Red+Green+Blue) = 107+174+19=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAE13 is #9451EC. Grayscale: #888888. Windows color (decimal): -9720301 or 1289835. OLE color: 1289835.
HSL color Cylindrical-coordinate representation of color #6BAE13: hue angle of 85.94º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BAE13 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 19 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.32 |
| HSL | 85.94º | 0.8% | 0.38% | - |
| HSV(B) | 85.94º | 0.89% | 0.68% | - |
| XYZ | 21.32 | 33.44 | 5.95 | - |
| YUV | 136.3 | 61.8 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 19 | 0.39 | 0 | 0.89 | 0.32 | 85.94 | 0.8 | 0.38 |
| Hex | 6B | AE | 13 | 27 | 0 | 59 | 20 | 56 | 50 | 26 |
| Octal | 153 | 256 | 23 | 47 | 0 | 131 | 40 | 126 | 120 | 46 |
| Binary | 1101011 | 10101110 | 10011 | 100111 | 0 | 1011001 | 100000 | 1010110 | 1010000 | 100110 |
Color Harmonies of #6BAE13
Complementary color
Monochromatic Colors of #6BAE13
Black with #6BAE13
Text Example
Text Example
White with #6BAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE13; }
p { color: rgb(107,174,19); }
H1.HeaderClassName
{
color: #6BAE13;
}
.AnyTagClassName
{
color: #6BAE13;
}
</style>
background-color css
<style>
a { background-color: #6BAE13; }
a { background-color: rgb(107,174,19); }
div.DivClassName
{
background-color: #6BAE13;
}
.BgClassName
{
background-color: #6BAE13;
}
</style>
border-color css
<style>
span { border-color: #6BAE13; }
span { border-color: rgb(107,174,19); }
td.TdClassName
{
border-color: #6BAE13;
}
.TagClassName
{
border-color: #6BAE13;
}
</style>