Shades of Blue Bell #959FC6
Tints of Blue Bell #959FC6
RGB
CMYK
RGB Variations
Color information
#959FC6 (or 0x959FC6) is known color: Blue Bell. HEX triplet: 95, 9F and C6. RGB value is (149,159,198). Sum of RGB (Red+Green+Blue) = 149+159+198=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #959FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FC6 is #6A6039. Grayscale: #A0A0A0. Windows color (decimal): -6971450 or 13016981. OLE color: 13016981.
HSL color Cylindrical-coordinate representation of color #959FC6: hue angle of 227.76º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959FC6 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 159 | 198 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.22 |
| HSL | 227.76º | 0.3% | 0.68% | - |
| HSV(B) | 227.76º | 0.25% | 0.78% | - |
| XYZ | 34.99 | 35.26 | 58.39 | - |
| YUV | 160.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 198 | 0.25 | 0.20 | 0 | 0.22 | 227.76 | 0.3 | 0.68 |
| Hex | 95 | 9F | C6 | 19 | 14 | 0 | 16 | E4 | 1E | 44 |
| Octal | 225 | 237 | 306 | 31 | 24 | 0 | 26 | 344 | 36 | 104 |
| Binary | 10010101 | 10011111 | 11000110 | 11001 | 10100 | 0 | 10110 | 11100100 | 11110 | 1000100 |
Color Harmonies of #959FC6
Complementary color
Monochromatic Colors of #959FC6
Black with #959FC6
Text Example
Text Example
White with #959FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FC6; }
p { color: rgb(149,159,198); }
H1.HeaderClassName
{
color: #959FC6;
}
.AnyTagClassName
{
color: #959FC6;
}
</style>
background-color css
<style>
a { background-color: #959FC6; }
a { background-color: rgb(149,159,198); }
div.DivClassName
{
background-color: #959FC6;
}
.BgClassName
{
background-color: #959FC6;
}
</style>
border-color css
<style>
span { border-color: #959FC6; }
span { border-color: rgb(149,159,198); }
td.TdClassName
{
border-color: #959FC6;
}
.TagClassName
{
border-color: #959FC6;
}
</style>