Shades of Blue Stone #096963
Tints of Blue Stone #096963
RGB
CMYK
RGB Variations
Color information
#096963 (or 0x096963) is known color: Blue Stone. HEX triplet: 09, 69 and 63. RGB value is (9,105,99). Sum of RGB (Red+Green+Blue) = 9+105+99=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #096963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096963 is #F6969C. Grayscale: #4B4B4B. Windows color (decimal): -16160413 or 6514953. OLE color: 6514953.
HSL color Cylindrical-coordinate representation of color #096963: hue angle of 176.25º 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 #096963 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 99 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.59 |
| HSL | 176.25º | 0.84% | 0.22% | - |
| HSV(B) | 176.25º | 0.91% | 0.41% | - |
| XYZ | 7.42 | 11.06 | 13.55 | - |
| YUV | 75.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 99 | 0.91 | 0 | 0.06 | 0.59 | 176.25 | 0.84 | 0.22 |
| Hex | 9 | 69 | 63 | 5B | 0 | 6 | 3B | B0 | 54 | 16 |
| Octal | 11 | 151 | 143 | 133 | 0 | 6 | 73 | 260 | 124 | 26 |
| Binary | 1001 | 1101001 | 1100011 | 1011011 | 0 | 110 | 111011 | 10110000 | 1010100 | 10110 |
Color Harmonies of #096963
Complementary color
Monochromatic Colors of #096963
Black with #096963
Text Example
Text Example
White with #096963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096963; }
p { color: rgb(9,105,99); }
H1.HeaderClassName
{
color: #096963;
}
.AnyTagClassName
{
color: #096963;
}
</style>
background-color css
<style>
a { background-color: #096963; }
a { background-color: rgb(9,105,99); }
div.DivClassName
{
background-color: #096963;
}
.BgClassName
{
background-color: #096963;
}
</style>
border-color css
<style>
span { border-color: #096963; }
span { border-color: rgb(9,105,99); }
td.TdClassName
{
border-color: #096963;
}
.TagClassName
{
border-color: #096963;
}
</style>