Shades of Medium Slate Blue #6870E0
Tints of Medium Slate Blue #6870E0
RGB
CMYK
RGB Variations
Color information
#6870E0 (or 0x6870E0) is known color: Medium Slate Blue. HEX triplet: 68, 70 and E0. RGB value is (104,112,224). Sum of RGB (Red+Green+Blue) = 104+112+224=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #6870E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870E0 is #978F1F. Grayscale: #797979. Windows color (decimal): -9932576 or 14708840. OLE color: 14708840.
HSL color Cylindrical-coordinate representation of color #6870E0: hue angle of 236º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6870E0 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 112 | 224 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.12 |
| HSL | 236º | 0.66% | 0.64% | - |
| HSV(B) | 236º | 0.54% | 0.88% | - |
| XYZ | 24.96 | 19.91 | 73.05 | - |
| YUV | 122.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 224 | 0.54 | 0.50 | 0 | 0.12 | 236 | 0.66 | 0.64 |
| Hex | 68 | 70 | E0 | 36 | 32 | 0 | C | EC | 42 | 40 |
| Octal | 150 | 160 | 340 | 66 | 62 | 0 | 14 | 354 | 102 | 100 |
| Binary | 1101000 | 1110000 | 11100000 | 110110 | 110010 | 0 | 1100 | 11101100 | 1000010 | 1000000 |
Color Harmonies of #6870E0
Complementary color
Monochromatic Colors of #6870E0
Black with #6870E0
Text Example
Text Example
White with #6870E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870E0; }
p { color: rgb(104,112,224); }
H1.HeaderClassName
{
color: #6870E0;
}
.AnyTagClassName
{
color: #6870E0;
}
</style>
background-color css
<style>
a { background-color: #6870E0; }
a { background-color: rgb(104,112,224); }
div.DivClassName
{
background-color: #6870E0;
}
.BgClassName
{
background-color: #6870E0;
}
</style>
border-color css
<style>
span { border-color: #6870E0; }
span { border-color: rgb(104,112,224); }
td.TdClassName
{
border-color: #6870E0;
}
.TagClassName
{
border-color: #6870E0;
}
</style>