Shades of Rock Blue #969CA9
Tints of Rock Blue #969CA9
RGB
CMYK
RGB Variations
Color information
#969CA9 (or 0x969CA9) is known color: Rock Blue. HEX triplet: 96, 9C and A9. RGB value is (150,156,169). Sum of RGB (Red+Green+Blue) = 150+156+169=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #969CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CA9 is #696356. Grayscale: #9B9B9B. Windows color (decimal): -6906711 or 11115670. OLE color: 11115670.
HSL color Cylindrical-coordinate representation of color #969CA9: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969CA9 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 156 | 169 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.34 |
| HSL | 221.05º | 0.1% | 0.63% | - |
| HSV(B) | 221.05º | 0.11% | 0.66% | - |
| XYZ | 31.63 | 33.13 | 42.26 | - |
| YUV | 155.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 169 | 0.11 | 0.08 | 0 | 0.34 | 221.05 | 0.1 | 0.63 |
| Hex | 96 | 9C | A9 | B | 8 | 0 | 22 | DD | A | 3F |
| Octal | 226 | 234 | 251 | 13 | 10 | 0 | 42 | 335 | 12 | 77 |
| Binary | 10010110 | 10011100 | 10101001 | 1011 | 1000 | 0 | 100010 | 11011101 | 1010 | 111111 |
Color Harmonies of #969CA9
Complementary color
Monochromatic Colors of #969CA9
Black with #969CA9
Text Example
Text Example
White with #969CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CA9; }
p { color: rgb(150,156,169); }
H1.HeaderClassName
{
color: #969CA9;
}
.AnyTagClassName
{
color: #969CA9;
}
</style>
background-color css
<style>
a { background-color: #969CA9; }
a { background-color: rgb(150,156,169); }
div.DivClassName
{
background-color: #969CA9;
}
.BgClassName
{
background-color: #969CA9;
}
</style>
border-color css
<style>
span { border-color: #969CA9; }
span { border-color: rgb(150,156,169); }
td.TdClassName
{
border-color: #969CA9;
}
.TagClassName
{
border-color: #969CA9;
}
</style>