Shades of Medium Slate Blue #7066E6
Tints of Medium Slate Blue #7066E6
RGB
CMYK
RGB Variations
Color information
#7066E6 (or 0x7066E6) is known color: Medium Slate Blue. HEX triplet: 70, 66 and E6. RGB value is (112,102,230). Sum of RGB (Red+Green+Blue) = 112+102+230=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #7066E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066E6 is #8F9919. Grayscale: #777777. Windows color (decimal): -9410842 or 15099504. OLE color: 15099504.
HSL color Cylindrical-coordinate representation of color #7066E6: hue angle of 244.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7066E6 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 102 | 230 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.10 |
| HSL | 244.69º | 0.72% | 0.65% | - |
| HSV(B) | 244.69º | 0.56% | 0.9% | - |
| XYZ | 25.72 | 18.66 | 77.11 | - |
| YUV | 119.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 230 | 0.51 | 0.56 | 0 | 0.10 | 244.69 | 0.72 | 0.65 |
| Hex | 70 | 66 | E6 | 33 | 38 | 0 | A | F5 | 48 | 41 |
| Octal | 160 | 146 | 346 | 63 | 70 | 0 | 12 | 365 | 110 | 101 |
| Binary | 1110000 | 1100110 | 11100110 | 110011 | 111000 | 0 | 1010 | 11110101 | 1001000 | 1000001 |
Color Harmonies of #7066E6
Complementary color
Monochromatic Colors of #7066E6
Black with #7066E6
Text Example
Text Example
White with #7066E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7066E6; }
p { color: rgb(112,102,230); }
H1.HeaderClassName
{
color: #7066E6;
}
.AnyTagClassName
{
color: #7066E6;
}
</style>
background-color css
<style>
a { background-color: #7066E6; }
a { background-color: rgb(112,102,230); }
div.DivClassName
{
background-color: #7066E6;
}
.BgClassName
{
background-color: #7066E6;
}
</style>
border-color css
<style>
span { border-color: #7066E6; }
span { border-color: rgb(112,102,230); }
td.TdClassName
{
border-color: #7066E6;
}
.TagClassName
{
border-color: #7066E6;
}
</style>