Shades of Moody Blue #706EC6
Tints of Moody Blue #706EC6
RGB
CMYK
RGB Variations
Color information
#706EC6 (or 0x706EC6) is known color: Moody Blue. HEX triplet: 70, 6E and C6. RGB value is (112,110,198). Sum of RGB (Red+Green+Blue) = 112+110+198=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #706EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EC6 is #8F9139. Grayscale: #787878. Windows color (decimal): -9408826 or 13004400. OLE color: 13004400.
HSL color Cylindrical-coordinate representation of color #706EC6: hue angle of 241.36º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706EC6 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 110 | 198 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.22 |
| HSL | 241.36º | 0.44% | 0.6% | - |
| HSV(B) | 241.36º | 0.44% | 0.78% | - |
| XYZ | 22.45 | 18.67 | 55.85 | - |
| YUV | 120.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 198 | 0.43 | 0.44 | 0 | 0.22 | 241.36 | 0.44 | 0.6 |
| Hex | 70 | 6E | C6 | 2B | 2C | 0 | 16 | F1 | 2C | 3C |
| Octal | 160 | 156 | 306 | 53 | 54 | 0 | 26 | 361 | 54 | 74 |
| Binary | 1110000 | 1101110 | 11000110 | 101011 | 101100 | 0 | 10110 | 11110001 | 101100 | 111100 |
Color Harmonies of #706EC6
Complementary color
Monochromatic Colors of #706EC6
Black with #706EC6
Text Example
Text Example
White with #706EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EC6; }
p { color: rgb(112,110,198); }
H1.HeaderClassName
{
color: #706EC6;
}
.AnyTagClassName
{
color: #706EC6;
}
</style>
background-color css
<style>
a { background-color: #706EC6; }
a { background-color: rgb(112,110,198); }
div.DivClassName
{
background-color: #706EC6;
}
.BgClassName
{
background-color: #706EC6;
}
</style>
border-color css
<style>
span { border-color: #706EC6; }
span { border-color: rgb(112,110,198); }
td.TdClassName
{
border-color: #706EC6;
}
.TagClassName
{
border-color: #706EC6;
}
</style>