Shades of Blue Stone #096A62
Tints of Blue Stone #096A62
RGB
CMYK
RGB Variations
Color information
#096A62 (or 0x096A62) is known color: Blue Stone. HEX triplet: 09, 6A and 62. RGB value is (9,106,98). Sum of RGB (Red+Green+Blue) = 9+106+98=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #096A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A62 is #F6959D. Grayscale: #4C4C4C. Windows color (decimal): -16160158 or 6449673. OLE color: 6449673.
HSL color Cylindrical-coordinate representation of color #096A62: hue angle of 175.05º 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 #096A62 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 98 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.58 |
| HSL | 175.05º | 0.84% | 0.23% | - |
| HSV(B) | 175.05º | 0.92% | 0.42% | - |
| XYZ | 7.47 | 11.25 | 13.33 | - |
| YUV | 76.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 98 | 0.92 | 0 | 0.08 | 0.58 | 175.05 | 0.84 | 0.23 |
| Hex | 9 | 6A | 62 | 5C | 0 | 8 | 3A | AF | 54 | 17 |
| Octal | 11 | 152 | 142 | 134 | 0 | 10 | 72 | 257 | 124 | 27 |
| Binary | 1001 | 1101010 | 1100010 | 1011100 | 0 | 1000 | 111010 | 10101111 | 1010100 | 10111 |
Color Harmonies of #096A62
Complementary color
Monochromatic Colors of #096A62
Black with #096A62
Text Example
Text Example
White with #096A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A62; }
p { color: rgb(9,106,98); }
H1.HeaderClassName
{
color: #096A62;
}
.AnyTagClassName
{
color: #096A62;
}
</style>
background-color css
<style>
a { background-color: #096A62; }
a { background-color: rgb(9,106,98); }
div.DivClassName
{
background-color: #096A62;
}
.BgClassName
{
background-color: #096A62;
}
</style>
border-color css
<style>
span { border-color: #096A62; }
span { border-color: rgb(9,106,98); }
td.TdClassName
{
border-color: #096A62;
}
.TagClassName
{
border-color: #096A62;
}
</style>