Shades of Christi #6BA901
Tints of Christi #6BA901
RGB
CMYK
RGB Variations
Color information
#6BA901 (or 0x6BA901) is known color: Christi. HEX triplet: 6B, A9 and 01. RGB value is (107,169,1). Sum of RGB (Red+Green+Blue) = 107+169+1=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA901 is #9456FE. Grayscale: #838383. Windows color (decimal): -9721599 or 108907. OLE color: 108907.
HSL color Cylindrical-coordinate representation of color #6BA901: hue angle of 82.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BA901 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.34 |
| HSL | 82.14º | 0.99% | 0.33% | - |
| HSV(B) | 82.14º | 0.99% | 0.66% | - |
| XYZ | 20.26 | 31.5 | 5.04 | - |
| YUV | 131.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 1 | 0.37 | 0 | 0.99 | 0.34 | 82.14 | 0.99 | 0.33 |
| Hex | 6B | A9 | 1 | 25 | 0 | 63 | 22 | 52 | 63 | 21 |
| Octal | 153 | 251 | 1 | 45 | 0 | 143 | 42 | 122 | 143 | 41 |
| Binary | 1101011 | 10101001 | 1 | 100101 | 0 | 1100011 | 100010 | 1010010 | 1100011 | 100001 |
Color Harmonies of #6BA901
Complementary color
Monochromatic Colors of #6BA901
Black with #6BA901
Text Example
Text Example
White with #6BA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA901; }
p { color: rgb(107,169,1); }
H1.HeaderClassName
{
color: #6BA901;
}
.AnyTagClassName
{
color: #6BA901;
}
</style>
background-color css
<style>
a { background-color: #6BA901; }
a { background-color: rgb(107,169,1); }
div.DivClassName
{
background-color: #6BA901;
}
.BgClassName
{
background-color: #6BA901;
}
</style>
border-color css
<style>
span { border-color: #6BA901; }
span { border-color: rgb(107,169,1); }
td.TdClassName
{
border-color: #6BA901;
}
.TagClassName
{
border-color: #6BA901;
}
</style>