Shades of Rock Blue #969CAE
Tints of Rock Blue #969CAE
RGB
CMYK
RGB Variations
Color information
#969CAE (or 0x969CAE) is known color: Rock Blue. HEX triplet: 96, 9C and AE. RGB value is (150,156,174). Sum of RGB (Red+Green+Blue) = 150+156+174=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #969CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CAE is #696351. Grayscale: #9C9C9C. Windows color (decimal): -6906706 or 11443350. OLE color: 11443350.
HSL color Cylindrical-coordinate representation of color #969CAE: hue angle of 225º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969CAE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 156 | 174 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.32 |
| HSL | 225º | 0.13% | 0.64% | - |
| HSV(B) | 225º | 0.14% | 0.68% | - |
| XYZ | 32.11 | 33.32 | 44.78 | - |
| YUV | 156.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 174 | 0.14 | 0.10 | 0 | 0.32 | 225 | 0.13 | 0.64 |
| Hex | 96 | 9C | AE | E | A | 0 | 20 | E1 | D | 40 |
| Octal | 226 | 234 | 256 | 16 | 12 | 0 | 40 | 341 | 15 | 100 |
| Binary | 10010110 | 10011100 | 10101110 | 1110 | 1010 | 0 | 100000 | 11100001 | 1101 | 1000000 |
Color Harmonies of #969CAE
Complementary color
Monochromatic Colors of #969CAE
Black with #969CAE
Text Example
Text Example
White with #969CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CAE; }
p { color: rgb(150,156,174); }
H1.HeaderClassName
{
color: #969CAE;
}
.AnyTagClassName
{
color: #969CAE;
}
</style>
background-color css
<style>
a { background-color: #969CAE; }
a { background-color: rgb(150,156,174); }
div.DivClassName
{
background-color: #969CAE;
}
.BgClassName
{
background-color: #969CAE;
}
</style>
border-color css
<style>
span { border-color: #969CAE; }
span { border-color: rgb(150,156,174); }
td.TdClassName
{
border-color: #969CAE;
}
.TagClassName
{
border-color: #969CAE;
}
</style>