Shades of Rock Blue #969DBB
Tints of Rock Blue #969DBB
RGB
CMYK
RGB Variations
Color information
#969DBB (or 0x969DBB) is known color: Rock Blue. HEX triplet: 96, 9D and BB. RGB value is (150,157,187). Sum of RGB (Red+Green+Blue) = 150+157+187=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #969DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DBB is #696244. Grayscale: #9E9E9E. Windows color (decimal): -6906437 or 12295574. OLE color: 12295574.
HSL color Cylindrical-coordinate representation of color #969DBB: hue angle of 228.65º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969DBB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 157 | 187 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.27 |
| HSL | 228.65º | 0.21% | 0.66% | - |
| HSV(B) | 228.65º | 0.2% | 0.73% | - |
| XYZ | 33.6 | 34.19 | 51.84 | - |
| YUV | 158.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 187 | 0.20 | 0.16 | 0 | 0.27 | 228.65 | 0.21 | 0.66 |
| Hex | 96 | 9D | BB | 14 | 10 | 0 | 1B | E5 | 15 | 42 |
| Octal | 226 | 235 | 273 | 24 | 20 | 0 | 33 | 345 | 25 | 102 |
| Binary | 10010110 | 10011101 | 10111011 | 10100 | 10000 | 0 | 11011 | 11100101 | 10101 | 1000010 |
Color Harmonies of #969DBB
Complementary color
Monochromatic Colors of #969DBB
Black with #969DBB
Text Example
Text Example
White with #969DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DBB; }
p { color: rgb(150,157,187); }
H1.HeaderClassName
{
color: #969DBB;
}
.AnyTagClassName
{
color: #969DBB;
}
</style>
background-color css
<style>
a { background-color: #969DBB; }
a { background-color: rgb(150,157,187); }
div.DivClassName
{
background-color: #969DBB;
}
.BgClassName
{
background-color: #969DBB;
}
</style>
border-color css
<style>
span { border-color: #969DBB; }
span { border-color: rgb(150,157,187); }
td.TdClassName
{
border-color: #969DBB;
}
.TagClassName
{
border-color: #969DBB;
}
</style>