Shades of Blue Stone #096465
Tints of Blue Stone #096465
RGB
CMYK
RGB Variations
Color information
#096465 (or 0x096465) is known color: Blue Stone. HEX triplet: 09, 64 and 65. RGB value is (9,100,101). Sum of RGB (Red+Green+Blue) = 9+100+101=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #096465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096465 is #F69B9A. Grayscale: #484848. Windows color (decimal): -16161691 or 6644745. OLE color: 6644745.
HSL color Cylindrical-coordinate representation of color #096465: hue angle of 180.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096465 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 100 | 101 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.60 |
| HSL | 180.65º | 0.84% | 0.22% | - |
| HSV(B) | 180.65º | 0.91% | 0.4% | - |
| XYZ | 7.02 | 10.11 | 13.89 | - |
| YUV | 72.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 101 | 0.91 | 0.01 | 0 | 0.60 | 180.65 | 0.84 | 0.22 |
| Hex | 9 | 64 | 65 | 5B | 1 | 0 | 3C | B5 | 54 | 16 |
| Octal | 11 | 144 | 145 | 133 | 1 | 0 | 74 | 265 | 124 | 26 |
| Binary | 1001 | 1100100 | 1100101 | 1011011 | 1 | 0 | 111100 | 10110101 | 1010100 | 10110 |
Color Harmonies of #096465
Complementary color
Monochromatic Colors of #096465
Black with #096465
Text Example
Text Example
White with #096465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096465; }
p { color: rgb(9,100,101); }
H1.HeaderClassName
{
color: #096465;
}
.AnyTagClassName
{
color: #096465;
}
</style>
background-color css
<style>
a { background-color: #096465; }
a { background-color: rgb(9,100,101); }
div.DivClassName
{
background-color: #096465;
}
.BgClassName
{
background-color: #096465;
}
</style>
border-color css
<style>
span { border-color: #096465; }
span { border-color: rgb(9,100,101); }
td.TdClassName
{
border-color: #096465;
}
.TagClassName
{
border-color: #096465;
}
</style>