Shades of Blue Bell #949CC6
Tints of Blue Bell #949CC6
RGB
CMYK
RGB Variations
Color information
#949CC6 (or 0x949CC6) is known color: Blue Bell. HEX triplet: 94, 9C and C6. RGB value is (148,156,198). Sum of RGB (Red+Green+Blue) = 148+156+198=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #949CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC6 is #6B6339. Grayscale: #9E9E9E. Windows color (decimal): -7037754 or 13016212. OLE color: 13016212.
HSL color Cylindrical-coordinate representation of color #949CC6: hue angle of 230.4º 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 #949CC6 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 156 | 198 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.22 |
| HSL | 230.4º | 0.3% | 0.68% | - |
| HSV(B) | 230.4º | 0.25% | 0.78% | - |
| XYZ | 34.29 | 34.15 | 58.21 | - |
| YUV | 158.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 198 | 0.25 | 0.21 | 0 | 0.22 | 230.4 | 0.3 | 0.68 |
| Hex | 94 | 9C | C6 | 19 | 15 | 0 | 16 | E6 | 1E | 44 |
| Octal | 224 | 234 | 306 | 31 | 25 | 0 | 26 | 346 | 36 | 104 |
| Binary | 10010100 | 10011100 | 11000110 | 11001 | 10101 | 0 | 10110 | 11100110 | 11110 | 1000100 |
Color Harmonies of #949CC6
Complementary color
Monochromatic Colors of #949CC6
Black with #949CC6
Text Example
Text Example
White with #949CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CC6; }
p { color: rgb(148,156,198); }
H1.HeaderClassName
{
color: #949CC6;
}
.AnyTagClassName
{
color: #949CC6;
}
</style>
background-color css
<style>
a { background-color: #949CC6; }
a { background-color: rgb(148,156,198); }
div.DivClassName
{
background-color: #949CC6;
}
.BgClassName
{
background-color: #949CC6;
}
</style>
border-color css
<style>
span { border-color: #949CC6; }
span { border-color: rgb(148,156,198); }
td.TdClassName
{
border-color: #949CC6;
}
.TagClassName
{
border-color: #949CC6;
}
</style>