Shades of Medium Slate Blue #6870F2
Tints of Medium Slate Blue #6870F2
RGB
CMYK
RGB Variations
Color information
#6870F2 (or 0x6870F2) is known color: Medium Slate Blue. HEX triplet: 68, 70 and F2. RGB value is (104,112,242). Sum of RGB (Red+Green+Blue) = 104+112+242=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #6870F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870F2 is #978F0D. Grayscale: #7B7B7B. Windows color (decimal): -9932558 or 15888488. OLE color: 15888488.
HSL color Cylindrical-coordinate representation of color #6870F2: hue angle of 236.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6870F2 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 112 | 242 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.05 |
| HSL | 236.52º | 0.84% | 0.68% | - |
| HSV(B) | 236.52º | 0.57% | 0.95% | - |
| XYZ | 27.53 | 20.94 | 86.6 | - |
| YUV | 124.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 242 | 0.57 | 0.54 | 0 | 0.05 | 236.52 | 0.84 | 0.68 |
| Hex | 68 | 70 | F2 | 39 | 36 | 0 | 5 | ED | 54 | 44 |
| Octal | 150 | 160 | 362 | 71 | 66 | 0 | 5 | 355 | 124 | 104 |
| Binary | 1101000 | 1110000 | 11110010 | 111001 | 110110 | 0 | 101 | 11101101 | 1010100 | 1000100 |
Color Harmonies of #6870F2
Complementary color
Monochromatic Colors of #6870F2
Black with #6870F2
Text Example
Text Example
White with #6870F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870F2; }
p { color: rgb(104,112,242); }
H1.HeaderClassName
{
color: #6870F2;
}
.AnyTagClassName
{
color: #6870F2;
}
</style>
background-color css
<style>
a { background-color: #6870F2; }
a { background-color: rgb(104,112,242); }
div.DivClassName
{
background-color: #6870F2;
}
.BgClassName
{
background-color: #6870F2;
}
</style>
border-color css
<style>
span { border-color: #6870F2; }
span { border-color: rgb(104,112,242); }
td.TdClassName
{
border-color: #6870F2;
}
.TagClassName
{
border-color: #6870F2;
}
</style>