Shades of Medium Slate Blue #686FFD
Tints of Medium Slate Blue #686FFD
RGB
CMYK
RGB Variations
Color information
#686FFD (or 0x686FFD) is known color: Medium Slate Blue. HEX triplet: 68, 6F and FD. RGB value is (104,111,253). Sum of RGB (Red+Green+Blue) = 104+111+253=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #686FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FFD is #979002. Grayscale: #7C7C7C. Windows color (decimal): -9932803 or 16609128. OLE color: 16609128.
HSL color Cylindrical-coordinate representation of color #686FFD: hue angle of 237.18º 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 #686FFD is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 111 | 253 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.01 |
| HSL | 237.18º | 0.97% | 0.7% | - |
| HSV(B) | 237.18º | 0.59% | 0.99% | - |
| XYZ | 29.12 | 21.4 | 95.52 | - |
| YUV | 125.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 253 | 0.59 | 0.56 | 0 | 0.01 | 237.18 | 0.97 | 0.7 |
| Hex | 68 | 6F | FD | 3B | 38 | 0 | 1 | ED | 61 | 46 |
| Octal | 150 | 157 | 375 | 73 | 70 | 0 | 1 | 355 | 141 | 106 |
| Binary | 1101000 | 1101111 | 11111101 | 111011 | 111000 | 0 | 1 | 11101101 | 1100001 | 1000110 |
Color Harmonies of #686FFD
Complementary color
Monochromatic Colors of #686FFD
Black with #686FFD
Text Example
Text Example
White with #686FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FFD; }
p { color: rgb(104,111,253); }
H1.HeaderClassName
{
color: #686FFD;
}
.AnyTagClassName
{
color: #686FFD;
}
</style>
background-color css
<style>
a { background-color: #686FFD; }
a { background-color: rgb(104,111,253); }
div.DivClassName
{
background-color: #686FFD;
}
.BgClassName
{
background-color: #686FFD;
}
</style>
border-color css
<style>
span { border-color: #686FFD; }
span { border-color: rgb(104,111,253); }
td.TdClassName
{
border-color: #686FFD;
}
.TagClassName
{
border-color: #686FFD;
}
</style>