Shades of Christi #6CA901
Tints of Christi #6CA901
RGB
CMYK
RGB Variations
Color information
#6CA901 (or 0x6CA901) is known color: Christi. HEX triplet: 6C, A9 and 01. RGB value is (108,169,1). Sum of RGB (Red+Green+Blue) = 108+169+1=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA901 is #9356FE. Grayscale: #848484. Windows color (decimal): -9656063 or 108908. OLE color: 108908.
HSL color Cylindrical-coordinate representation of color #6CA901: hue angle of 81.79º 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 #6CA901 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.34 |
| HSL | 81.79º | 0.99% | 0.33% | - |
| HSV(B) | 81.79º | 0.99% | 0.66% | - |
| XYZ | 20.38 | 31.57 | 5.05 | - |
| YUV | 131.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 1 | 0.36 | 0 | 0.99 | 0.34 | 81.79 | 0.99 | 0.33 |
| Hex | 6C | A9 | 1 | 24 | 0 | 63 | 22 | 52 | 63 | 21 |
| Octal | 154 | 251 | 1 | 44 | 0 | 143 | 42 | 122 | 143 | 41 |
| Binary | 1101100 | 10101001 | 1 | 100100 | 0 | 1100011 | 100010 | 1010010 | 1100011 | 100001 |
Color Harmonies of #6CA901
Complementary color
Monochromatic Colors of #6CA901
Black with #6CA901
Text Example
Text Example
White with #6CA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA901; }
p { color: rgb(108,169,1); }
H1.HeaderClassName
{
color: #6CA901;
}
.AnyTagClassName
{
color: #6CA901;
}
</style>
background-color css
<style>
a { background-color: #6CA901; }
a { background-color: rgb(108,169,1); }
div.DivClassName
{
background-color: #6CA901;
}
.BgClassName
{
background-color: #6CA901;
}
</style>
border-color css
<style>
span { border-color: #6CA901; }
span { border-color: rgb(108,169,1); }
td.TdClassName
{
border-color: #6CA901;
}
.TagClassName
{
border-color: #6CA901;
}
</style>