Shades of Medium Slate Blue #686FF5
Tints of Medium Slate Blue #686FF5
RGB
CMYK
RGB Variations
Color information
#686FF5 (or 0x686FF5) is known color: Medium Slate Blue. HEX triplet: 68, 6F and F5. RGB value is (104,111,245). Sum of RGB (Red+Green+Blue) = 104+111+245=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #686FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FF5 is #97900A. Grayscale: #7B7B7B. Windows color (decimal): -9932811 or 16084840. OLE color: 16084840.
HSL color Cylindrical-coordinate representation of color #686FF5: hue angle of 237.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686FF5 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 111 | 245 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.04 |
| HSL | 237.02º | 0.88% | 0.68% | - |
| HSV(B) | 237.02º | 0.58% | 0.96% | - |
| XYZ | 27.87 | 20.9 | 88.95 | - |
| YUV | 124.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 245 | 0.58 | 0.55 | 0 | 0.04 | 237.02 | 0.88 | 0.68 |
| Hex | 68 | 6F | F5 | 3A | 37 | 0 | 4 | ED | 58 | 44 |
| Octal | 150 | 157 | 365 | 72 | 67 | 0 | 4 | 355 | 130 | 104 |
| Binary | 1101000 | 1101111 | 11110101 | 111010 | 110111 | 0 | 100 | 11101101 | 1011000 | 1000100 |
Color Harmonies of #686FF5
Complementary color
Monochromatic Colors of #686FF5
Black with #686FF5
Text Example
Text Example
White with #686FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FF5; }
p { color: rgb(104,111,245); }
H1.HeaderClassName
{
color: #686FF5;
}
.AnyTagClassName
{
color: #686FF5;
}
</style>
background-color css
<style>
a { background-color: #686FF5; }
a { background-color: rgb(104,111,245); }
div.DivClassName
{
background-color: #686FF5;
}
.BgClassName
{
background-color: #686FF5;
}
</style>
border-color css
<style>
span { border-color: #686FF5; }
span { border-color: rgb(104,111,245); }
td.TdClassName
{
border-color: #686FF5;
}
.TagClassName
{
border-color: #686FF5;
}
</style>