Shades of Christi #6CA403
Tints of Christi #6CA403
RGB
CMYK
RGB Variations
Color information
#6CA403 (or 0x6CA403) is known color: Christi. HEX triplet: 6C, A4 and 03. RGB value is (108,164,3). Sum of RGB (Red+Green+Blue) = 108+164+3=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA403 is #935BFC. Grayscale: #818181. Windows color (decimal): -9657341 or 238700. OLE color: 238700.
HSL color Cylindrical-coordinate representation of color #6CA403: hue angle of 80.87º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CA403 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.36 |
| HSL | 80.87º | 0.96% | 0.33% | - |
| HSV(B) | 80.87º | 0.98% | 0.64% | - |
| XYZ | 19.48 | 29.75 | 4.8 | - |
| YUV | 128.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 3 | 0.34 | 0 | 0.98 | 0.36 | 80.87 | 0.96 | 0.33 |
| Hex | 6C | A4 | 3 | 22 | 0 | 62 | 24 | 51 | 60 | 21 |
| Octal | 154 | 244 | 3 | 42 | 0 | 142 | 44 | 121 | 140 | 41 |
| Binary | 1101100 | 10100100 | 11 | 100010 | 0 | 1100010 | 100100 | 1010001 | 1100000 | 100001 |
Color Harmonies of #6CA403
Complementary color
Monochromatic Colors of #6CA403
Black with #6CA403
Text Example
Text Example
White with #6CA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA403; }
p { color: rgb(108,164,3); }
H1.HeaderClassName
{
color: #6CA403;
}
.AnyTagClassName
{
color: #6CA403;
}
</style>
background-color css
<style>
a { background-color: #6CA403; }
a { background-color: rgb(108,164,3); }
div.DivClassName
{
background-color: #6CA403;
}
.BgClassName
{
background-color: #6CA403;
}
</style>
border-color css
<style>
span { border-color: #6CA403; }
span { border-color: rgb(108,164,3); }
td.TdClassName
{
border-color: #6CA403;
}
.TagClassName
{
border-color: #6CA403;
}
</style>