Shades of Rock Blue #969EC0
Tints of Rock Blue #969EC0
RGB
CMYK
RGB Variations
Color information
#969EC0 (or 0x969EC0) is known color: Rock Blue. HEX triplet: 96, 9E and C0. RGB value is (150,158,192). Sum of RGB (Red+Green+Blue) = 150+158+192=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #969EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EC0 is #69613F. Grayscale: #9F9F9F. Windows color (decimal): -6906176 or 12623510. OLE color: 12623510.
HSL color Cylindrical-coordinate representation of color #969EC0: hue angle of 228.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969EC0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 158 | 192 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.25 |
| HSL | 228.57º | 0.25% | 0.67% | - |
| HSV(B) | 228.57º | 0.22% | 0.75% | - |
| XYZ | 34.32 | 34.74 | 54.77 | - |
| YUV | 159.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 192 | 0.22 | 0.18 | 0 | 0.25 | 228.57 | 0.25 | 0.67 |
| Hex | 96 | 9E | C0 | 16 | 12 | 0 | 19 | E5 | 19 | 43 |
| Octal | 226 | 236 | 300 | 26 | 22 | 0 | 31 | 345 | 31 | 103 |
| Binary | 10010110 | 10011110 | 11000000 | 10110 | 10010 | 0 | 11001 | 11100101 | 11001 | 1000011 |
Color Harmonies of #969EC0
Complementary color
Monochromatic Colors of #969EC0
Black with #969EC0
Text Example
Text Example
White with #969EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EC0; }
p { color: rgb(150,158,192); }
H1.HeaderClassName
{
color: #969EC0;
}
.AnyTagClassName
{
color: #969EC0;
}
</style>
background-color css
<style>
a { background-color: #969EC0; }
a { background-color: rgb(150,158,192); }
div.DivClassName
{
background-color: #969EC0;
}
.BgClassName
{
background-color: #969EC0;
}
</style>
border-color css
<style>
span { border-color: #969EC0; }
span { border-color: rgb(150,158,192); }
td.TdClassName
{
border-color: #969EC0;
}
.TagClassName
{
border-color: #969EC0;
}
</style>