Shades of Rock Blue #96A4C6
Tints of Rock Blue #96A4C6
RGB
CMYK
RGB Variations
Color information
#96A4C6 (or 0x96A4C6) is known color: Rock Blue. HEX triplet: 96, A4 and C6. RGB value is (150,164,198). Sum of RGB (Red+Green+Blue) = 150+164+198=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #96A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4C6 is #695B39. Grayscale: #A3A3A3. Windows color (decimal): -6904634 or 13018262. OLE color: 13018262.
HSL color Cylindrical-coordinate representation of color #96A4C6: hue angle of 222.5º 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 #96A4C6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 164 | 198 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.22 |
| HSL | 222.5º | 0.3% | 0.68% | - |
| HSV(B) | 222.5º | 0.24% | 0.78% | - |
| XYZ | 36.05 | 37.11 | 58.69 | - |
| YUV | 163.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 198 | 0.24 | 0.17 | 0 | 0.22 | 222.5 | 0.3 | 0.68 |
| Hex | 96 | A4 | C6 | 18 | 11 | 0 | 16 | DE | 1E | 44 |
| Octal | 226 | 244 | 306 | 30 | 21 | 0 | 26 | 336 | 36 | 104 |
| Binary | 10010110 | 10100100 | 11000110 | 11000 | 10001 | 0 | 10110 | 11011110 | 11110 | 1000100 |
Color Harmonies of #96A4C6
Complementary color
Monochromatic Colors of #96A4C6
Black with #96A4C6
Text Example
Text Example
White with #96A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4C6; }
p { color: rgb(150,164,198); }
H1.HeaderClassName
{
color: #96A4C6;
}
.AnyTagClassName
{
color: #96A4C6;
}
</style>
background-color css
<style>
a { background-color: #96A4C6; }
a { background-color: rgb(150,164,198); }
div.DivClassName
{
background-color: #96A4C6;
}
.BgClassName
{
background-color: #96A4C6;
}
</style>
border-color css
<style>
span { border-color: #96A4C6; }
span { border-color: rgb(150,164,198); }
td.TdClassName
{
border-color: #96A4C6;
}
.TagClassName
{
border-color: #96A4C6;
}
</style>