Shades of Rock Blue #959FB6
Tints of Rock Blue #959FB6
RGB
CMYK
RGB Variations
Color information
#959FB6 (or 0x959FB6) is known color: Rock Blue. HEX triplet: 95, 9F and B6. RGB value is (149,159,182). Sum of RGB (Red+Green+Blue) = 149+159+182=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #959FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FB6 is #6A6049. Grayscale: #9E9E9E. Windows color (decimal): -6971466 or 11968405. OLE color: 11968405.
HSL color Cylindrical-coordinate representation of color #959FB6: hue angle of 221.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #959FB6 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 159 | 182 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.29 |
| HSL | 221.82º | 0.18% | 0.65% | - |
| HSV(B) | 221.82º | 0.18% | 0.71% | - |
| XYZ | 33.24 | 34.56 | 49.18 | - |
| YUV | 158.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 182 | 0.18 | 0.13 | 0 | 0.29 | 221.82 | 0.18 | 0.65 |
| Hex | 95 | 9F | B6 | 12 | D | 0 | 1D | DE | 12 | 41 |
| Octal | 225 | 237 | 266 | 22 | 15 | 0 | 35 | 336 | 22 | 101 |
| Binary | 10010101 | 10011111 | 10110110 | 10010 | 1101 | 0 | 11101 | 11011110 | 10010 | 1000001 |
Color Harmonies of #959FB6
Complementary color
Monochromatic Colors of #959FB6
Black with #959FB6
Text Example
Text Example
White with #959FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FB6; }
p { color: rgb(149,159,182); }
H1.HeaderClassName
{
color: #959FB6;
}
.AnyTagClassName
{
color: #959FB6;
}
</style>
background-color css
<style>
a { background-color: #959FB6; }
a { background-color: rgb(149,159,182); }
div.DivClassName
{
background-color: #959FB6;
}
.BgClassName
{
background-color: #959FB6;
}
</style>
border-color css
<style>
span { border-color: #959FB6; }
span { border-color: rgb(149,159,182); }
td.TdClassName
{
border-color: #959FB6;
}
.TagClassName
{
border-color: #959FB6;
}
</style>