Shades of Rock Blue #96A0AE
Tints of Rock Blue #96A0AE
RGB
CMYK
RGB Variations
Color information
#96A0AE (or 0x96A0AE) is known color: Rock Blue. HEX triplet: 96, A0 and AE. RGB value is (150,160,174). Sum of RGB (Red+Green+Blue) = 150+160+174=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #96A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A0AE is #695F51. Grayscale: #9E9E9E. Windows color (decimal): -6905682 or 11444374. OLE color: 11444374.
HSL color Cylindrical-coordinate representation of color #96A0AE: hue angle of 215º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A0AE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 160 | 174 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.32 |
| HSL | 215º | 0.13% | 0.64% | - |
| HSV(B) | 215º | 0.14% | 0.68% | - |
| XYZ | 32.79 | 34.68 | 45.01 | - |
| YUV | 158.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 174 | 0.14 | 0.08 | 0 | 0.32 | 215 | 0.13 | 0.64 |
| Hex | 96 | A0 | AE | E | 8 | 0 | 20 | D7 | D | 40 |
| Octal | 226 | 240 | 256 | 16 | 10 | 0 | 40 | 327 | 15 | 100 |
| Binary | 10010110 | 10100000 | 10101110 | 1110 | 1000 | 0 | 100000 | 11010111 | 1101 | 1000000 |
Color Harmonies of #96A0AE
Complementary color
Monochromatic Colors of #96A0AE
Black with #96A0AE
Text Example
Text Example
White with #96A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0AE; }
p { color: rgb(150,160,174); }
H1.HeaderClassName
{
color: #96A0AE;
}
.AnyTagClassName
{
color: #96A0AE;
}
</style>
background-color css
<style>
a { background-color: #96A0AE; }
a { background-color: rgb(150,160,174); }
div.DivClassName
{
background-color: #96A0AE;
}
.BgClassName
{
background-color: #96A0AE;
}
</style>
border-color css
<style>
span { border-color: #96A0AE; }
span { border-color: rgb(150,160,174); }
td.TdClassName
{
border-color: #96A0AE;
}
.TagClassName
{
border-color: #96A0AE;
}
</style>