Shades of Medium Slate Blue #6860EF
Tints of Medium Slate Blue #6860EF
RGB
CMYK
RGB Variations
Color information
#6860EF (or 0x6860EF) is known color: Medium Slate Blue. HEX triplet: 68, 60 and EF. RGB value is (104,96,239). Sum of RGB (Red+Green+Blue) = 104+96+239=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #6860EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860EF is #979F10. Grayscale: #727272. Windows color (decimal): -9936657 or 15687784. OLE color: 15687784.
HSL color Cylindrical-coordinate representation of color #6860EF: hue angle of 243.36º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6860EF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 96 | 239 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.06 |
| HSL | 243.36º | 0.82% | 0.66% | - |
| HSV(B) | 243.36º | 0.6% | 0.94% | - |
| XYZ | 25.47 | 17.54 | 83.7 | - |
| YUV | 114.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 239 | 0.56 | 0.60 | 0 | 0.06 | 243.36 | 0.82 | 0.66 |
| Hex | 68 | 60 | EF | 38 | 3C | 0 | 6 | F3 | 52 | 42 |
| Octal | 150 | 140 | 357 | 70 | 74 | 0 | 6 | 363 | 122 | 102 |
| Binary | 1101000 | 1100000 | 11101111 | 111000 | 111100 | 0 | 110 | 11110011 | 1010010 | 1000010 |
Color Harmonies of #6860EF
Complementary color
Monochromatic Colors of #6860EF
Black with #6860EF
Text Example
Text Example
White with #6860EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860EF; }
p { color: rgb(104,96,239); }
H1.HeaderClassName
{
color: #6860EF;
}
.AnyTagClassName
{
color: #6860EF;
}
</style>
background-color css
<style>
a { background-color: #6860EF; }
a { background-color: rgb(104,96,239); }
div.DivClassName
{
background-color: #6860EF;
}
.BgClassName
{
background-color: #6860EF;
}
</style>
border-color css
<style>
span { border-color: #6860EF; }
span { border-color: rgb(104,96,239); }
td.TdClassName
{
border-color: #6860EF;
}
.TagClassName
{
border-color: #6860EF;
}
</style>