Shades of Christi #6CA203
Tints of Christi #6CA203
RGB
CMYK
RGB Variations
Color information
#6CA203 (or 0x6CA203) is known color: Christi. HEX triplet: 6C, A2 and 03. RGB value is (108,162,3). Sum of RGB (Red+Green+Blue) = 108+162+3=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA203 is #935DFC. Grayscale: #808080. Windows color (decimal): -9657853 or 238188. OLE color: 238188.
HSL color Cylindrical-coordinate representation of color #6CA203: hue angle of 80.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CA203 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.36 |
| HSL | 80.38º | 0.96% | 0.32% | - |
| HSV(B) | 80.38º | 0.98% | 0.64% | - |
| XYZ | 19.12 | 29.04 | 4.68 | - |
| YUV | 127.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 3 | 0.33 | 0 | 0.98 | 0.36 | 80.38 | 0.96 | 0.32 |
| Hex | 6C | A2 | 3 | 21 | 0 | 62 | 24 | 50 | 60 | 20 |
| Octal | 154 | 242 | 3 | 41 | 0 | 142 | 44 | 120 | 140 | 40 |
| Binary | 1101100 | 10100010 | 11 | 100001 | 0 | 1100010 | 100100 | 1010000 | 1100000 | 100000 |
Color Harmonies of #6CA203
Complementary color
Monochromatic Colors of #6CA203
Black with #6CA203
Text Example
Text Example
White with #6CA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA203; }
p { color: rgb(108,162,3); }
H1.HeaderClassName
{
color: #6CA203;
}
.AnyTagClassName
{
color: #6CA203;
}
</style>
background-color css
<style>
a { background-color: #6CA203; }
a { background-color: rgb(108,162,3); }
div.DivClassName
{
background-color: #6CA203;
}
.BgClassName
{
background-color: #6CA203;
}
</style>
border-color css
<style>
span { border-color: #6CA203; }
span { border-color: rgb(108,162,3); }
td.TdClassName
{
border-color: #6CA203;
}
.TagClassName
{
border-color: #6CA203;
}
</style>