Shades of Medium Slate Blue #6870FE
Tints of Medium Slate Blue #6870FE
RGB
CMYK
RGB Variations
Color information
#6870FE (or 0x6870FE) is known color: Medium Slate Blue. HEX triplet: 68, 70 and FE. RGB value is (104,112,254). Sum of RGB (Red+Green+Blue) = 104+112+254=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6870FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870FE is #978F01. Grayscale: #7D7D7D. Windows color (decimal): -9932546 or 16674920. OLE color: 16674920.
HSL color Cylindrical-coordinate representation of color #6870FE: hue angle of 236.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6870FE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 112 | 254 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.00 |
| HSL | 236.8º | 0.99% | 0.7% | - |
| HSV(B) | 236.8º | 0.59% | 1% | - |
| XYZ | 29.39 | 21.69 | 96.4 | - |
| YUV | 125.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 254 | 0.59 | 0.56 | 0 | 0.00 | 236.8 | 0.99 | 0.7 |
| Hex | 68 | 70 | FE | 3B | 38 | 0 | 0 | ED | 63 | 46 |
| Octal | 150 | 160 | 376 | 73 | 70 | 0 | 0 | 355 | 143 | 106 |
| Binary | 1101000 | 1110000 | 11111110 | 111011 | 111000 | 0 | 0 | 11101101 | 1100011 | 1000110 |
Color Harmonies of #6870FE
Complementary color
Monochromatic Colors of #6870FE
Black with #6870FE
Text Example
Text Example
White with #6870FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870FE; }
p { color: rgb(104,112,254); }
H1.HeaderClassName
{
color: #6870FE;
}
.AnyTagClassName
{
color: #6870FE;
}
</style>
background-color css
<style>
a { background-color: #6870FE; }
a { background-color: rgb(104,112,254); }
div.DivClassName
{
background-color: #6870FE;
}
.BgClassName
{
background-color: #6870FE;
}
</style>
border-color css
<style>
span { border-color: #6870FE; }
span { border-color: rgb(104,112,254); }
td.TdClassName
{
border-color: #6870FE;
}
.TagClassName
{
border-color: #6870FE;
}
</style>