Shades of Medium Slate Blue #7068DD
Tints of Medium Slate Blue #7068DD
RGB
CMYK
RGB Variations
Color information
#7068DD (or 0x7068DD) is known color: Medium Slate Blue. HEX triplet: 70, 68 and DD. RGB value is (112,104,221). Sum of RGB (Red+Green+Blue) = 112+104+221=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #7068DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068DD is #8F9722. Grayscale: #777777. Windows color (decimal): -9410339 or 14510192. OLE color: 14510192.
HSL color Cylindrical-coordinate representation of color #7068DD: hue angle of 244.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7068DD is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 104 | 221 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.13 |
| HSL | 244.1º | 0.63% | 0.64% | - |
| HSV(B) | 244.1º | 0.53% | 0.87% | - |
| XYZ | 24.68 | 18.57 | 70.69 | - |
| YUV | 119.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 221 | 0.49 | 0.53 | 0 | 0.13 | 244.1 | 0.63 | 0.64 |
| Hex | 70 | 68 | DD | 31 | 35 | 0 | D | F4 | 3F | 40 |
| Octal | 160 | 150 | 335 | 61 | 65 | 0 | 15 | 364 | 77 | 100 |
| Binary | 1110000 | 1101000 | 11011101 | 110001 | 110101 | 0 | 1101 | 11110100 | 111111 | 1000000 |
Color Harmonies of #7068DD
Complementary color
Monochromatic Colors of #7068DD
Black with #7068DD
Text Example
Text Example
White with #7068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7068DD; }
p { color: rgb(112,104,221); }
H1.HeaderClassName
{
color: #7068DD;
}
.AnyTagClassName
{
color: #7068DD;
}
</style>
background-color css
<style>
a { background-color: #7068DD; }
a { background-color: rgb(112,104,221); }
div.DivClassName
{
background-color: #7068DD;
}
.BgClassName
{
background-color: #7068DD;
}
</style>
border-color css
<style>
span { border-color: #7068DD; }
span { border-color: rgb(112,104,221); }
td.TdClassName
{
border-color: #7068DD;
}
.TagClassName
{
border-color: #7068DD;
}
</style>