Shades of Medium Slate Blue #686EFD
Tints of Medium Slate Blue #686EFD
RGB
CMYK
RGB Variations
Color information
#686EFD (or 0x686EFD) is known color: Medium Slate Blue. HEX triplet: 68, 6E and FD. RGB value is (104,110,253). Sum of RGB (Red+Green+Blue) = 104+110+253=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #686EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EFD is #979102. Grayscale: #7B7B7B. Windows color (decimal): -9933059 or 16608872. OLE color: 16608872.
HSL color Cylindrical-coordinate representation of color #686EFD: hue angle of 237.58º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686EFD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 110 | 253 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.01 |
| HSL | 237.58º | 0.97% | 0.7% | - |
| HSV(B) | 237.58º | 0.59% | 0.99% | - |
| XYZ | 29.01 | 21.19 | 95.49 | - |
| YUV | 124.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 253 | 0.59 | 0.57 | 0 | 0.01 | 237.58 | 0.97 | 0.7 |
| Hex | 68 | 6E | FD | 3B | 39 | 0 | 1 | EE | 61 | 46 |
| Octal | 150 | 156 | 375 | 73 | 71 | 0 | 1 | 356 | 141 | 106 |
| Binary | 1101000 | 1101110 | 11111101 | 111011 | 111001 | 0 | 1 | 11101110 | 1100001 | 1000110 |
Color Harmonies of #686EFD
Complementary color
Monochromatic Colors of #686EFD
Black with #686EFD
Text Example
Text Example
White with #686EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EFD; }
p { color: rgb(104,110,253); }
H1.HeaderClassName
{
color: #686EFD;
}
.AnyTagClassName
{
color: #686EFD;
}
</style>
background-color css
<style>
a { background-color: #686EFD; }
a { background-color: rgb(104,110,253); }
div.DivClassName
{
background-color: #686EFD;
}
.BgClassName
{
background-color: #686EFD;
}
</style>
border-color css
<style>
span { border-color: #686EFD; }
span { border-color: rgb(104,110,253); }
td.TdClassName
{
border-color: #686EFD;
}
.TagClassName
{
border-color: #686EFD;
}
</style>