Shades of Medium Slate Blue #6860F7
Tints of Medium Slate Blue #6860F7
RGB
CMYK
RGB Variations
Color information
#6860F7 (or 0x6860F7) is known color: Medium Slate Blue. HEX triplet: 68, 60 and F7. RGB value is (104,96,247). Sum of RGB (Red+Green+Blue) = 104+96+247=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #6860F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860F7 is #979F08. Grayscale: #737373. Windows color (decimal): -9936649 or 16212072. OLE color: 16212072.
HSL color Cylindrical-coordinate representation of color #6860F7: hue angle of 243.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6860F7 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 96 | 247 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.03 |
| HSL | 243.18º | 0.9% | 0.67% | - |
| HSV(B) | 243.18º | 0.61% | 0.97% | - |
| XYZ | 26.68 | 18.02 | 90.07 | - |
| YUV | 115.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 247 | 0.58 | 0.61 | 0 | 0.03 | 243.18 | 0.9 | 0.67 |
| Hex | 68 | 60 | F7 | 3A | 3D | 0 | 3 | F3 | 5A | 43 |
| Octal | 150 | 140 | 367 | 72 | 75 | 0 | 3 | 363 | 132 | 103 |
| Binary | 1101000 | 1100000 | 11110111 | 111010 | 111101 | 0 | 11 | 11110011 | 1011010 | 1000011 |
Color Harmonies of #6860F7
Complementary color
Monochromatic Colors of #6860F7
Black with #6860F7
Text Example
Text Example
White with #6860F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860F7; }
p { color: rgb(104,96,247); }
H1.HeaderClassName
{
color: #6860F7;
}
.AnyTagClassName
{
color: #6860F7;
}
</style>
background-color css
<style>
a { background-color: #6860F7; }
a { background-color: rgb(104,96,247); }
div.DivClassName
{
background-color: #6860F7;
}
.BgClassName
{
background-color: #6860F7;
}
</style>
border-color css
<style>
span { border-color: #6860F7; }
span { border-color: rgb(104,96,247); }
td.TdClassName
{
border-color: #6860F7;
}
.TagClassName
{
border-color: #6860F7;
}
</style>