Shades of Christi #6BA601
Tints of Christi #6BA601
RGB
CMYK
RGB Variations
Color information
#6BA601 (or 0x6BA601) is known color: Christi. HEX triplet: 6B, A6 and 01. RGB value is (107,166,1). Sum of RGB (Red+Green+Blue) = 107+166+1=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA601 is #9459FE. Grayscale: #828282. Windows color (decimal): -9722367 or 108139. OLE color: 108139.
HSL color Cylindrical-coordinate representation of color #6BA601: hue angle of 81.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BA601 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.35 |
| HSL | 81.45º | 0.99% | 0.33% | - |
| HSV(B) | 81.45º | 0.99% | 0.65% | - |
| XYZ | 19.71 | 30.4 | 4.86 | - |
| YUV | 129.55 | 55.45 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 1 | 0.36 | 0 | 0.99 | 0.35 | 81.45 | 0.99 | 0.33 |
| Hex | 6B | A6 | 1 | 24 | 0 | 63 | 23 | 51 | 63 | 21 |
| Octal | 153 | 246 | 1 | 44 | 0 | 143 | 43 | 121 | 143 | 41 |
| Binary | 1101011 | 10100110 | 1 | 100100 | 0 | 1100011 | 100011 | 1010001 | 1100011 | 100001 |
Color Harmonies of #6BA601
Complementary color
Monochromatic Colors of #6BA601
Black with #6BA601
Text Example
Text Example
White with #6BA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA601; }
p { color: rgb(107,166,1); }
H1.HeaderClassName
{
color: #6BA601;
}
.AnyTagClassName
{
color: #6BA601;
}
</style>
background-color css
<style>
a { background-color: #6BA601; }
a { background-color: rgb(107,166,1); }
div.DivClassName
{
background-color: #6BA601;
}
.BgClassName
{
background-color: #6BA601;
}
</style>
border-color css
<style>
span { border-color: #6BA601; }
span { border-color: rgb(107,166,1); }
td.TdClassName
{
border-color: #6BA601;
}
.TagClassName
{
border-color: #6BA601;
}
</style>