Shades of Medium Slate Blue #6870FF
Tints of Medium Slate Blue #6870FF
RGB
CMYK
RGB Variations
Color information
#6870FF (or 0x6870FF) is known color: Medium Slate Blue. HEX triplet: 68, 70 and FF. RGB value is (104,112,255). Sum of RGB (Red+Green+Blue) = 104+112+255=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6870FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870FF is #978F00. Grayscale: #7D7D7D. Windows color (decimal): -9932545 or 16740456. OLE color: 16740456.
HSL color Cylindrical-coordinate representation of color #6870FF: hue angle of 236.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6870FF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 112 | 255 | - |
| CMYK | 0.59 | 0.56 | 0 | 0 |
| HSL | 236.82º | 1% | 0.7% | - |
| HSV(B) | 236.82º | 0.59% | 1% | - |
| XYZ | 29.55 | 21.75 | 97.25 | - |
| YUV | 125.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 255 | 0.59 | 0.56 | 0 | 0 | 236.82 | 1 | 0.7 |
| Hex | 68 | 70 | FF | 3B | 38 | 0 | 0 | ED | 64 | 46 |
| Octal | 150 | 160 | 377 | 73 | 70 | 0 | 0 | 355 | 144 | 106 |
| Binary | 1101000 | 1110000 | 11111111 | 111011 | 111000 | 0 | 0 | 11101101 | 1100100 | 1000110 |
Color Harmonies of #6870FF
Complementary color
Monochromatic Colors of #6870FF
Black with #6870FF
Text Example
Text Example
White with #6870FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870FF; }
p { color: rgb(104,112,255); }
H1.HeaderClassName
{
color: #6870FF;
}
.AnyTagClassName
{
color: #6870FF;
}
</style>
background-color css
<style>
a { background-color: #6870FF; }
a { background-color: rgb(104,112,255); }
div.DivClassName
{
background-color: #6870FF;
}
.BgClassName
{
background-color: #6870FF;
}
</style>
border-color css
<style>
span { border-color: #6870FF; }
span { border-color: rgb(104,112,255); }
td.TdClassName
{
border-color: #6870FF;
}
.TagClassName
{
border-color: #6870FF;
}
</style>