Shades of Rock Blue #969EB6
Tints of Rock Blue #969EB6
RGB
CMYK
RGB Variations
Color information
#969EB6 (or 0x969EB6) is known color: Rock Blue. HEX triplet: 96, 9E and B6. RGB value is (150,158,182). Sum of RGB (Red+Green+Blue) = 150+158+182=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 158 (62.11% from 255 or 32.24% 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 #969EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EB6 is #696149. Grayscale: #9E9E9E. Windows color (decimal): -6906186 or 11968150. OLE color: 11968150.
HSL color Cylindrical-coordinate representation of color #969EB6: hue angle of 225º 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 #969EB6 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 150 | 158 | 182 | - |
CMYK | 0.18 | 0.13 | 0 | 0.29 |
HSL | 225º | 0.18% | 0.65% | - |
HSV(B) | 225º | 0.18% | 0.71% | - |
XYZ | 33.25 | 34.32 | 49.13 | - |
YUV | 158.34 | 141.35 | 122.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 158 | 182 | 0.18 | 0.13 | 0 | 0.29 | 225 | 0.18 | 0.65 |
Hex | 96 | 9E | B6 | 12 | D | 0 | 1D | E1 | 12 | 41 |
Octal | 226 | 236 | 266 | 22 | 15 | 0 | 35 | 341 | 22 | 101 |
Binary | 10010110 | 10011110 | 10110110 | 10010 | 1101 | 0 | 11101 | 11100001 | 10010 | 1000001 |
Color Harmonies of #969EB6
Complementary color
Monochromatic Colors of #969EB6
Black with #969EB6
Text Example
Text Example
White with #969EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EB6; }
p { color: rgb(150,158,182); }
H1.HeaderClassName
{
color: #969EB6;
}
.AnyTagClassName
{
color: #969EB6;
}
</style>
background-color css
<style>
a { background-color: #969EB6; }
a { background-color: rgb(150,158,182); }
div.DivClassName
{
background-color: #969EB6;
}
.BgClassName
{
background-color: #969EB6;
}
</style>
border-color css
<style>
span { border-color: #969EB6; }
span { border-color: rgb(150,158,182); }
td.TdClassName
{
border-color: #969EB6;
}
.TagClassName
{
border-color: #969EB6;
}
</style>