Shades of Medium Slate Blue #6870EB
Tints of Medium Slate Blue #6870EB
RGB
CMYK
RGB Variations
Color information
#6870EB (or 0x6870EB) is known color: Medium Slate Blue. HEX triplet: 68, 70 and EB. RGB value is (104,112,235). Sum of RGB (Red+Green+Blue) = 104+112+235=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6870EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870EB is #978F14. Grayscale: #7B7B7B. Windows color (decimal): -9932565 or 15429736. OLE color: 15429736.
HSL color Cylindrical-coordinate representation of color #6870EB: hue angle of 236.34º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6870EB is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 112 | 235 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.08 |
| HSL | 236.34º | 0.77% | 0.66% | - |
| HSV(B) | 236.34º | 0.56% | 0.92% | - |
| XYZ | 26.5 | 20.53 | 81.16 | - |
| YUV | 123.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 235 | 0.56 | 0.52 | 0 | 0.08 | 236.34 | 0.77 | 0.66 |
| Hex | 68 | 70 | EB | 38 | 34 | 0 | 8 | EC | 4D | 42 |
| Octal | 150 | 160 | 353 | 70 | 64 | 0 | 10 | 354 | 115 | 102 |
| Binary | 1101000 | 1110000 | 11101011 | 111000 | 110100 | 0 | 1000 | 11101100 | 1001101 | 1000010 |
Color Harmonies of #6870EB
Complementary color
Monochromatic Colors of #6870EB
Black with #6870EB
Text Example
Text Example
White with #6870EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870EB; }
p { color: rgb(104,112,235); }
H1.HeaderClassName
{
color: #6870EB;
}
.AnyTagClassName
{
color: #6870EB;
}
</style>
background-color css
<style>
a { background-color: #6870EB; }
a { background-color: rgb(104,112,235); }
div.DivClassName
{
background-color: #6870EB;
}
.BgClassName
{
background-color: #6870EB;
}
</style>
border-color css
<style>
span { border-color: #6870EB; }
span { border-color: rgb(104,112,235); }
td.TdClassName
{
border-color: #6870EB;
}
.TagClassName
{
border-color: #6870EB;
}
</style>