Shades of Christi #6A9D10
Tints of Christi #6A9D10
RGB
CMYK
RGB Variations
Color information
#6A9D10 (or 0x6A9D10) is known color: Christi. HEX triplet: 6A, 9D and 10. RGB value is (106,157,16). Sum of RGB (Red+Green+Blue) = 106+157+16=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9D10 is #9562EF. Grayscale: #7E7E7E. Windows color (decimal): -9790192 or 1088874. OLE color: 1088874.
HSL color Cylindrical-coordinate representation of color #6A9D10: hue angle of 81.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A9D10 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 16 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.38 |
| HSL | 81.7º | 0.82% | 0.34% | - |
| HSV(B) | 81.7º | 0.9% | 0.62% | - |
| XYZ | 18.09 | 27.22 | 4.79 | - |
| YUV | 125.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 16 | 0.32 | 0 | 0.90 | 0.38 | 81.7 | 0.82 | 0.34 |
| Hex | 6A | 9D | 10 | 20 | 0 | 5A | 26 | 52 | 52 | 22 |
| Octal | 152 | 235 | 20 | 40 | 0 | 132 | 46 | 122 | 122 | 42 |
| Binary | 1101010 | 10011101 | 10000 | 100000 | 0 | 1011010 | 100110 | 1010010 | 1010010 | 100010 |
Color Harmonies of #6A9D10
Complementary color
Monochromatic Colors of #6A9D10
Black with #6A9D10
Text Example
Text Example
White with #6A9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D10; }
p { color: rgb(106,157,16); }
H1.HeaderClassName
{
color: #6A9D10;
}
.AnyTagClassName
{
color: #6A9D10;
}
</style>
background-color css
<style>
a { background-color: #6A9D10; }
a { background-color: rgb(106,157,16); }
div.DivClassName
{
background-color: #6A9D10;
}
.BgClassName
{
background-color: #6A9D10;
}
</style>
border-color css
<style>
span { border-color: #6A9D10; }
span { border-color: rgb(106,157,16); }
td.TdClassName
{
border-color: #6A9D10;
}
.TagClassName
{
border-color: #6A9D10;
}
</style>