Shades of Rock Blue #96A7C6
Tints of Rock Blue #96A7C6
RGB
CMYK
RGB Variations
Color information
#96A7C6 (or 0x96A7C6) is known color: Rock Blue. HEX triplet: 96, A7 and C6. RGB value is (150,167,198). Sum of RGB (Red+Green+Blue) = 150+167+198=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #96A7C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7C6 is #695839. Grayscale: #A5A5A5. Windows color (decimal): -6903866 or 13019030. OLE color: 13019030.
HSL color Cylindrical-coordinate representation of color #96A7C6: hue angle of 218.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96A7C6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 167 | 198 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.22 |
| HSL | 218.75º | 0.3% | 0.68% | - |
| HSV(B) | 218.75º | 0.24% | 0.78% | - |
| XYZ | 36.59 | 38.2 | 58.87 | - |
| YUV | 165.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 198 | 0.24 | 0.16 | 0 | 0.22 | 218.75 | 0.3 | 0.68 |
| Hex | 96 | A7 | C6 | 18 | 10 | 0 | 16 | DB | 1E | 44 |
| Octal | 226 | 247 | 306 | 30 | 20 | 0 | 26 | 333 | 36 | 104 |
| Binary | 10010110 | 10100111 | 11000110 | 11000 | 10000 | 0 | 10110 | 11011011 | 11110 | 1000100 |
Color Harmonies of #96A7C6
Complementary color
Monochromatic Colors of #96A7C6
Black with #96A7C6
Text Example
Text Example
White with #96A7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7C6; }
p { color: rgb(150,167,198); }
H1.HeaderClassName
{
color: #96A7C6;
}
.AnyTagClassName
{
color: #96A7C6;
}
</style>
background-color css
<style>
a { background-color: #96A7C6; }
a { background-color: rgb(150,167,198); }
div.DivClassName
{
background-color: #96A7C6;
}
.BgClassName
{
background-color: #96A7C6;
}
</style>
border-color css
<style>
span { border-color: #96A7C6; }
span { border-color: rgb(150,167,198); }
td.TdClassName
{
border-color: #96A7C6;
}
.TagClassName
{
border-color: #96A7C6;
}
</style>