Shades of Medium Slate Blue #6870FD
Tints of Medium Slate Blue #6870FD
RGB
CMYK
RGB Variations
Color information
#6870FD (or 0x6870FD) is known color: Medium Slate Blue. HEX triplet: 68, 70 and FD. RGB value is (104,112,253). Sum of RGB (Red+Green+Blue) = 104+112+253=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #6870FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870FD is #978F02. Grayscale: #7D7D7D. Windows color (decimal): -9932547 or 16609384. OLE color: 16609384.
HSL color Cylindrical-coordinate representation of color #6870FD: hue angle of 236.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6870FD is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 112 | 253 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.01 |
| HSL | 236.78º | 0.97% | 0.7% | - |
| HSV(B) | 236.78º | 0.59% | 0.99% | - |
| XYZ | 29.23 | 21.62 | 95.56 | - |
| YUV | 125.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 253 | 0.59 | 0.56 | 0 | 0.01 | 236.78 | 0.97 | 0.7 |
| Hex | 68 | 70 | FD | 3B | 38 | 0 | 1 | ED | 61 | 46 |
| Octal | 150 | 160 | 375 | 73 | 70 | 0 | 1 | 355 | 141 | 106 |
| Binary | 1101000 | 1110000 | 11111101 | 111011 | 111000 | 0 | 1 | 11101101 | 1100001 | 1000110 |
Color Harmonies of #6870FD
Complementary color
Monochromatic Colors of #6870FD
Black with #6870FD
Text Example
Text Example
White with #6870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870FD; }
p { color: rgb(104,112,253); }
H1.HeaderClassName
{
color: #6870FD;
}
.AnyTagClassName
{
color: #6870FD;
}
</style>
background-color css
<style>
a { background-color: #6870FD; }
a { background-color: rgb(104,112,253); }
div.DivClassName
{
background-color: #6870FD;
}
.BgClassName
{
background-color: #6870FD;
}
</style>
border-color css
<style>
span { border-color: #6870FD; }
span { border-color: rgb(104,112,253); }
td.TdClassName
{
border-color: #6870FD;
}
.TagClassName
{
border-color: #6870FD;
}
</style>