Shades of Rock Blue #969CAC
Tints of Rock Blue #969CAC
RGB
CMYK
RGB Variations
Color information
#969CAC (or 0x969CAC) is known color: Rock Blue. HEX triplet: 96, 9C and AC. RGB value is (150,156,172). Sum of RGB (Red+Green+Blue) = 150+156+172=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #969CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CAC is #696353. Grayscale: #9B9B9B. Windows color (decimal): -6906708 or 11312278. OLE color: 11312278.
HSL color Cylindrical-coordinate representation of color #969CAC: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969CAC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 156 | 172 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.33 |
| HSL | 223.64º | 0.12% | 0.63% | - |
| HSV(B) | 223.64º | 0.13% | 0.67% | - |
| XYZ | 31.91 | 33.24 | 43.76 | - |
| YUV | 156.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 172 | 0.13 | 0.09 | 0 | 0.33 | 223.64 | 0.12 | 0.63 |
| Hex | 96 | 9C | AC | D | 9 | 0 | 21 | E0 | C | 3F |
| Octal | 226 | 234 | 254 | 15 | 11 | 0 | 41 | 340 | 14 | 77 |
| Binary | 10010110 | 10011100 | 10101100 | 1101 | 1001 | 0 | 100001 | 11100000 | 1100 | 111111 |
Color Harmonies of #969CAC
Complementary color
Monochromatic Colors of #969CAC
Black with #969CAC
Text Example
Text Example
White with #969CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CAC; }
p { color: rgb(150,156,172); }
H1.HeaderClassName
{
color: #969CAC;
}
.AnyTagClassName
{
color: #969CAC;
}
</style>
background-color css
<style>
a { background-color: #969CAC; }
a { background-color: rgb(150,156,172); }
div.DivClassName
{
background-color: #969CAC;
}
.BgClassName
{
background-color: #969CAC;
}
</style>
border-color css
<style>
span { border-color: #969CAC; }
span { border-color: rgb(150,156,172); }
td.TdClassName
{
border-color: #969CAC;
}
.TagClassName
{
border-color: #969CAC;
}
</style>