Shades of Rock Blue #969FB0
Tints of Rock Blue #969FB0
RGB
CMYK
RGB Variations
Color information
#969FB0 (or 0x969FB0) is known color: Rock Blue. HEX triplet: 96, 9F and B0. RGB value is (150,159,176). Sum of RGB (Red+Green+Blue) = 150+159+176=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #969FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FB0 is #69604F. Grayscale: #9E9E9E. Windows color (decimal): -6905936 or 11575190. OLE color: 11575190.
HSL color Cylindrical-coordinate representation of color #969FB0: hue angle of 219.23º degrees, saturation: 0.14, 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 #969FB0 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 159 | 176 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.31 |
| HSL | 219.23º | 0.14% | 0.64% | - |
| HSV(B) | 219.23º | 0.15% | 0.69% | - |
| XYZ | 32.81 | 34.41 | 45.99 | - |
| YUV | 158.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 176 | 0.15 | 0.10 | 0 | 0.31 | 219.23 | 0.14 | 0.64 |
| Hex | 96 | 9F | B0 | F | A | 0 | 1F | DB | E | 40 |
| Octal | 226 | 237 | 260 | 17 | 12 | 0 | 37 | 333 | 16 | 100 |
| Binary | 10010110 | 10011111 | 10110000 | 1111 | 1010 | 0 | 11111 | 11011011 | 1110 | 1000000 |
Color Harmonies of #969FB0
Complementary color
Monochromatic Colors of #969FB0
Black with #969FB0
Text Example
Text Example
White with #969FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FB0; }
p { color: rgb(150,159,176); }
H1.HeaderClassName
{
color: #969FB0;
}
.AnyTagClassName
{
color: #969FB0;
}
</style>
background-color css
<style>
a { background-color: #969FB0; }
a { background-color: rgb(150,159,176); }
div.DivClassName
{
background-color: #969FB0;
}
.BgClassName
{
background-color: #969FB0;
}
</style>
border-color css
<style>
span { border-color: #969FB0; }
span { border-color: rgb(150,159,176); }
td.TdClassName
{
border-color: #969FB0;
}
.TagClassName
{
border-color: #969FB0;
}
</style>