Shades of Blue Stone #096966
Tints of Blue Stone #096966
RGB
CMYK
RGB Variations
Color information
#096966 (or 0x096966) is known color: Blue Stone. HEX triplet: 09, 69 and 66. RGB value is (9,105,102). Sum of RGB (Red+Green+Blue) = 9+105+102=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #096966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096966 is #F69699. Grayscale: #4B4B4B. Windows color (decimal): -16160410 or 6711561. OLE color: 6711561.
HSL color Cylindrical-coordinate representation of color #096966: hue angle of 178.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096966 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 102 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.59 |
| HSL | 178.13º | 0.84% | 0.22% | - |
| HSV(B) | 178.13º | 0.91% | 0.41% | - |
| XYZ | 7.56 | 11.12 | 14.32 | - |
| YUV | 75.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 102 | 0.91 | 0 | 0.03 | 0.59 | 178.13 | 0.84 | 0.22 |
| Hex | 9 | 69 | 66 | 5B | 0 | 3 | 3B | B2 | 54 | 16 |
| Octal | 11 | 151 | 146 | 133 | 0 | 3 | 73 | 262 | 124 | 26 |
| Binary | 1001 | 1101001 | 1100110 | 1011011 | 0 | 11 | 111011 | 10110010 | 1010100 | 10110 |
Color Harmonies of #096966
Complementary color
Monochromatic Colors of #096966
Black with #096966
Text Example
Text Example
White with #096966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096966; }
p { color: rgb(9,105,102); }
H1.HeaderClassName
{
color: #096966;
}
.AnyTagClassName
{
color: #096966;
}
</style>
background-color css
<style>
a { background-color: #096966; }
a { background-color: rgb(9,105,102); }
div.DivClassName
{
background-color: #096966;
}
.BgClassName
{
background-color: #096966;
}
</style>
border-color css
<style>
span { border-color: #096966; }
span { border-color: rgb(9,105,102); }
td.TdClassName
{
border-color: #096966;
}
.TagClassName
{
border-color: #096966;
}
</style>