Shades of Rock Blue #969CAA
Tints of Rock Blue #969CAA
RGB
CMYK
RGB Variations
Color information
#969CAA (or 0x969CAA) is known color: Rock Blue. HEX triplet: 96, 9C and AA. RGB value is (150,156,170). Sum of RGB (Red+Green+Blue) = 150+156+170=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #969CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CAA is #696355. Grayscale: #9B9B9B. Windows color (decimal): -6906710 or 11181206. OLE color: 11181206.
HSL color Cylindrical-coordinate representation of color #969CAA: hue angle of 222º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969CAA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 156 | 170 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.33 |
| HSL | 222º | 0.11% | 0.63% | - |
| HSV(B) | 222º | 0.12% | 0.67% | - |
| XYZ | 31.72 | 33.16 | 42.76 | - |
| YUV | 155.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 170 | 0.12 | 0.08 | 0 | 0.33 | 222 | 0.11 | 0.63 |
| Hex | 96 | 9C | AA | C | 8 | 0 | 21 | DE | B | 3F |
| Octal | 226 | 234 | 252 | 14 | 10 | 0 | 41 | 336 | 13 | 77 |
| Binary | 10010110 | 10011100 | 10101010 | 1100 | 1000 | 0 | 100001 | 11011110 | 1011 | 111111 |
Color Harmonies of #969CAA
Complementary color
Monochromatic Colors of #969CAA
Black with #969CAA
Text Example
Text Example
White with #969CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CAA; }
p { color: rgb(150,156,170); }
H1.HeaderClassName
{
color: #969CAA;
}
.AnyTagClassName
{
color: #969CAA;
}
</style>
background-color css
<style>
a { background-color: #969CAA; }
a { background-color: rgb(150,156,170); }
div.DivClassName
{
background-color: #969CAA;
}
.BgClassName
{
background-color: #969CAA;
}
</style>
border-color css
<style>
span { border-color: #969CAA; }
span { border-color: rgb(150,156,170); }
td.TdClassName
{
border-color: #969CAA;
}
.TagClassName
{
border-color: #969CAA;
}
</style>