Shades of Blue Stone #096965
Tints of Blue Stone #096965
RGB
CMYK
RGB Variations
Color information
#096965 (or 0x096965) is known color: Blue Stone. HEX triplet: 09, 69 and 65. RGB value is (9,105,101). Sum of RGB (Red+Green+Blue) = 9+105+101=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #096965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096965 is #F6969A. Grayscale: #4B4B4B. Windows color (decimal): -16160411 or 6646025. OLE color: 6646025.
HSL color Cylindrical-coordinate representation of color #096965: hue angle of 177.5º 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 #096965 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 101 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.59 |
| HSL | 177.5º | 0.84% | 0.22% | - |
| HSV(B) | 177.5º | 0.91% | 0.41% | - |
| XYZ | 7.51 | 11.1 | 14.06 | - |
| YUV | 75.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 101 | 0.91 | 0 | 0.04 | 0.59 | 177.5 | 0.84 | 0.22 |
| Hex | 9 | 69 | 65 | 5B | 0 | 4 | 3B | B2 | 54 | 16 |
| Octal | 11 | 151 | 145 | 133 | 0 | 4 | 73 | 262 | 124 | 26 |
| Binary | 1001 | 1101001 | 1100101 | 1011011 | 0 | 100 | 111011 | 10110010 | 1010100 | 10110 |
Color Harmonies of #096965
Complementary color
Monochromatic Colors of #096965
Black with #096965
Text Example
Text Example
White with #096965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096965; }
p { color: rgb(9,105,101); }
H1.HeaderClassName
{
color: #096965;
}
.AnyTagClassName
{
color: #096965;
}
</style>
background-color css
<style>
a { background-color: #096965; }
a { background-color: rgb(9,105,101); }
div.DivClassName
{
background-color: #096965;
}
.BgClassName
{
background-color: #096965;
}
</style>
border-color css
<style>
span { border-color: #096965; }
span { border-color: rgb(9,105,101); }
td.TdClassName
{
border-color: #096965;
}
.TagClassName
{
border-color: #096965;
}
</style>