Shades of Medium Slate Blue #6870FB
Tints of Medium Slate Blue #6870FB
RGB
CMYK
RGB Variations
Color information
#6870FB (or 0x6870FB) is known color: Medium Slate Blue. HEX triplet: 68, 70 and FB. RGB value is (104,112,251). Sum of RGB (Red+Green+Blue) = 104+112+251=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #6870FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870FB is #978F04. Grayscale: #7C7C7C. Windows color (decimal): -9932549 or 16478312. OLE color: 16478312.
HSL color Cylindrical-coordinate representation of color #6870FB: hue angle of 236.73º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6870FB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 112 | 251 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.02 |
| HSL | 236.73º | 0.95% | 0.7% | - |
| HSV(B) | 236.73º | 0.59% | 0.98% | - |
| XYZ | 28.92 | 21.5 | 93.89 | - |
| YUV | 125.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 251 | 0.59 | 0.55 | 0 | 0.02 | 236.73 | 0.95 | 0.7 |
| Hex | 68 | 70 | FB | 3B | 37 | 0 | 2 | ED | 5F | 46 |
| Octal | 150 | 160 | 373 | 73 | 67 | 0 | 2 | 355 | 137 | 106 |
| Binary | 1101000 | 1110000 | 11111011 | 111011 | 110111 | 0 | 10 | 11101101 | 1011111 | 1000110 |
Color Harmonies of #6870FB
Complementary color
Monochromatic Colors of #6870FB
Black with #6870FB
Text Example
Text Example
White with #6870FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870FB; }
p { color: rgb(104,112,251); }
H1.HeaderClassName
{
color: #6870FB;
}
.AnyTagClassName
{
color: #6870FB;
}
</style>
background-color css
<style>
a { background-color: #6870FB; }
a { background-color: rgb(104,112,251); }
div.DivClassName
{
background-color: #6870FB;
}
.BgClassName
{
background-color: #6870FB;
}
</style>
border-color css
<style>
span { border-color: #6870FB; }
span { border-color: rgb(104,112,251); }
td.TdClassName
{
border-color: #6870FB;
}
.TagClassName
{
border-color: #6870FB;
}
</style>