Shades of Rock Blue #96A6BC
Tints of Rock Blue #96A6BC
RGB
CMYK
RGB Variations
Color information
#96A6BC (or 0x96A6BC) is known color: Rock Blue. HEX triplet: 96, A6 and BC. RGB value is (150,166,188). Sum of RGB (Red+Green+Blue) = 150+166+188=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6BC is #695943. Grayscale: #A3A3A3. Windows color (decimal): -6904132 or 12363414. OLE color: 12363414.
HSL color Cylindrical-coordinate representation of color #96A6BC: hue angle of 214.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A6BC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 166 | 188 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.26 |
| HSL | 214.74º | 0.22% | 0.66% | - |
| HSV(B) | 214.74º | 0.2% | 0.74% | - |
| XYZ | 35.29 | 37.39 | 52.93 | - |
| YUV | 163.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 188 | 0.20 | 0.12 | 0 | 0.26 | 214.74 | 0.22 | 0.66 |
| Hex | 96 | A6 | BC | 14 | C | 0 | 1A | D7 | 16 | 42 |
| Octal | 226 | 246 | 274 | 24 | 14 | 0 | 32 | 327 | 26 | 102 |
| Binary | 10010110 | 10100110 | 10111100 | 10100 | 1100 | 0 | 11010 | 11010111 | 10110 | 1000010 |
Color Harmonies of #96A6BC
Complementary color
Monochromatic Colors of #96A6BC
Black with #96A6BC
Text Example
Text Example
White with #96A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6BC; }
p { color: rgb(150,166,188); }
H1.HeaderClassName
{
color: #96A6BC;
}
.AnyTagClassName
{
color: #96A6BC;
}
</style>
background-color css
<style>
a { background-color: #96A6BC; }
a { background-color: rgb(150,166,188); }
div.DivClassName
{
background-color: #96A6BC;
}
.BgClassName
{
background-color: #96A6BC;
}
</style>
border-color css
<style>
span { border-color: #96A6BC; }
span { border-color: rgb(150,166,188); }
td.TdClassName
{
border-color: #96A6BC;
}
.TagClassName
{
border-color: #96A6BC;
}
</style>