Shades of Rock Blue #969BB1
Tints of Rock Blue #969BB1
RGB
CMYK
RGB Variations
Color information
#969BB1 (or 0x969BB1) is known color: Rock Blue. HEX triplet: 96, 9B and B1. RGB value is (150,155,177). Sum of RGB (Red+Green+Blue) = 150+155+177=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #969BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BB1 is #69644E. Grayscale: #9B9B9B. Windows color (decimal): -6906959 or 11639702. OLE color: 11639702.
HSL color Cylindrical-coordinate representation of color #969BB1: hue angle of 228.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969BB1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 155 | 177 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.31 |
| HSL | 228.89º | 0.15% | 0.64% | - |
| HSV(B) | 228.89º | 0.15% | 0.69% | - |
| XYZ | 32.23 | 33.1 | 46.29 | - |
| YUV | 156.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 177 | 0.15 | 0.12 | 0 | 0.31 | 228.89 | 0.15 | 0.64 |
| Hex | 96 | 9B | B1 | F | C | 0 | 1F | E5 | F | 40 |
| Octal | 226 | 233 | 261 | 17 | 14 | 0 | 37 | 345 | 17 | 100 |
| Binary | 10010110 | 10011011 | 10110001 | 1111 | 1100 | 0 | 11111 | 11100101 | 1111 | 1000000 |
Color Harmonies of #969BB1
Complementary color
Monochromatic Colors of #969BB1
Black with #969BB1
Text Example
Text Example
White with #969BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BB1; }
p { color: rgb(150,155,177); }
H1.HeaderClassName
{
color: #969BB1;
}
.AnyTagClassName
{
color: #969BB1;
}
</style>
background-color css
<style>
a { background-color: #969BB1; }
a { background-color: rgb(150,155,177); }
div.DivClassName
{
background-color: #969BB1;
}
.BgClassName
{
background-color: #969BB1;
}
</style>
border-color css
<style>
span { border-color: #969BB1; }
span { border-color: rgb(150,155,177); }
td.TdClassName
{
border-color: #969BB1;
}
.TagClassName
{
border-color: #969BB1;
}
</style>