Shades of Blue Stone #096A64
Tints of Blue Stone #096A64
RGB
CMYK
RGB Variations
Color information
#096A64 (or 0x096A64) is known color: Blue Stone. HEX triplet: 09, 6A and 64. RGB value is (9,106,100). Sum of RGB (Red+Green+Blue) = 9+106+100=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #096A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A64 is #F6959B. Grayscale: #4C4C4C. Windows color (decimal): -16160156 or 6580745. OLE color: 6580745.
HSL color Cylindrical-coordinate representation of color #096A64: hue angle of 176.29º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A64 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 100 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.58 |
| HSL | 176.29º | 0.84% | 0.23% | - |
| HSV(B) | 176.29º | 0.92% | 0.42% | - |
| XYZ | 7.57 | 11.29 | 13.84 | - |
| YUV | 76.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 100 | 0.92 | 0 | 0.06 | 0.58 | 176.29 | 0.84 | 0.23 |
| Hex | 9 | 6A | 64 | 5C | 0 | 6 | 3A | B0 | 54 | 17 |
| Octal | 11 | 152 | 144 | 134 | 0 | 6 | 72 | 260 | 124 | 27 |
| Binary | 1001 | 1101010 | 1100100 | 1011100 | 0 | 110 | 111010 | 10110000 | 1010100 | 10111 |
Color Harmonies of #096A64
Complementary color
Monochromatic Colors of #096A64
Black with #096A64
Text Example
Text Example
White with #096A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A64; }
p { color: rgb(9,106,100); }
H1.HeaderClassName
{
color: #096A64;
}
.AnyTagClassName
{
color: #096A64;
}
</style>
background-color css
<style>
a { background-color: #096A64; }
a { background-color: rgb(9,106,100); }
div.DivClassName
{
background-color: #096A64;
}
.BgClassName
{
background-color: #096A64;
}
</style>
border-color css
<style>
span { border-color: #096A64; }
span { border-color: rgb(9,106,100); }
td.TdClassName
{
border-color: #096A64;
}
.TagClassName
{
border-color: #096A64;
}
</style>