Shades of Rock Blue #96A6BA
Tints of Rock Blue #96A6BA
RGB
CMYK
RGB Variations
Color information
#96A6BA (or 0x96A6BA) is known color: Rock Blue. HEX triplet: 96, A6 and BA. RGB value is (150,166,186). Sum of RGB (Red+Green+Blue) = 150+166+186=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #96A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6BA is #695945. Grayscale: #A3A3A3. Windows color (decimal): -6904134 or 12232342. OLE color: 12232342.
HSL color Cylindrical-coordinate representation of color #96A6BA: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96A6BA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 166 | 186 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.27 |
| HSL | 213.33º | 0.21% | 0.66% | - |
| HSV(B) | 213.33º | 0.19% | 0.73% | - |
| XYZ | 35.08 | 37.3 | 51.81 | - |
| YUV | 163.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 186 | 0.19 | 0.11 | 0 | 0.27 | 213.33 | 0.21 | 0.66 |
| Hex | 96 | A6 | BA | 13 | B | 0 | 1B | D5 | 15 | 42 |
| Octal | 226 | 246 | 272 | 23 | 13 | 0 | 33 | 325 | 25 | 102 |
| Binary | 10010110 | 10100110 | 10111010 | 10011 | 1011 | 0 | 11011 | 11010101 | 10101 | 1000010 |
Color Harmonies of #96A6BA
Complementary color
Monochromatic Colors of #96A6BA
Black with #96A6BA
Text Example
Text Example
White with #96A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6BA; }
p { color: rgb(150,166,186); }
H1.HeaderClassName
{
color: #96A6BA;
}
.AnyTagClassName
{
color: #96A6BA;
}
</style>
background-color css
<style>
a { background-color: #96A6BA; }
a { background-color: rgb(150,166,186); }
div.DivClassName
{
background-color: #96A6BA;
}
.BgClassName
{
background-color: #96A6BA;
}
</style>
border-color css
<style>
span { border-color: #96A6BA; }
span { border-color: rgb(150,166,186); }
td.TdClassName
{
border-color: #96A6BA;
}
.TagClassName
{
border-color: #96A6BA;
}
</style>