Shades of Medium Slate Blue #6870FA
Tints of Medium Slate Blue #6870FA
RGB
CMYK
RGB Variations
Color information
#6870FA (or 0x6870FA) is known color: Medium Slate Blue. HEX triplet: 68, 70 and FA. RGB value is (104,112,250). Sum of RGB (Red+Green+Blue) = 104+112+250=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #6870FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870FA is #978F05. Grayscale: #7C7C7C. Windows color (decimal): -9932550 or 16412776. OLE color: 16412776.
HSL color Cylindrical-coordinate representation of color #6870FA: hue angle of 236.71º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6870FA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 112 | 250 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.02 |
| HSL | 236.71º | 0.94% | 0.69% | - |
| HSV(B) | 236.71º | 0.58% | 0.98% | - |
| XYZ | 28.76 | 21.43 | 93.06 | - |
| YUV | 125.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 250 | 0.58 | 0.55 | 0 | 0.02 | 236.71 | 0.94 | 0.69 |
| Hex | 68 | 70 | FA | 3A | 37 | 0 | 2 | ED | 5E | 45 |
| Octal | 150 | 160 | 372 | 72 | 67 | 0 | 2 | 355 | 136 | 105 |
| Binary | 1101000 | 1110000 | 11111010 | 111010 | 110111 | 0 | 10 | 11101101 | 1011110 | 1000101 |
Color Harmonies of #6870FA
Complementary color
Monochromatic Colors of #6870FA
Black with #6870FA
Text Example
Text Example
White with #6870FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870FA; }
p { color: rgb(104,112,250); }
H1.HeaderClassName
{
color: #6870FA;
}
.AnyTagClassName
{
color: #6870FA;
}
</style>
background-color css
<style>
a { background-color: #6870FA; }
a { background-color: rgb(104,112,250); }
div.DivClassName
{
background-color: #6870FA;
}
.BgClassName
{
background-color: #6870FA;
}
</style>
border-color css
<style>
span { border-color: #6870FA; }
span { border-color: rgb(104,112,250); }
td.TdClassName
{
border-color: #6870FA;
}
.TagClassName
{
border-color: #6870FA;
}
</style>