Shades of Medium Slate Blue #686CFA
Tints of Medium Slate Blue #686CFA
RGB
CMYK
RGB Variations
Color information
#686CFA (or 0x686CFA) is known color: Medium Slate Blue. HEX triplet: 68, 6C and FA. RGB value is (104,108,250). Sum of RGB (Red+Green+Blue) = 104+108+250=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #686CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CFA is #979305. Grayscale: #7A7A7A. Windows color (decimal): -9933574 or 16411752. OLE color: 16411752.
HSL color Cylindrical-coordinate representation of color #686CFA: hue angle of 238.36º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686CFA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 108 | 250 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 238.36º | 0.94% | 0.69% | - |
| HSV(B) | 238.36º | 0.58% | 0.98% | - |
| XYZ | 28.33 | 20.57 | 92.92 | - |
| YUV | 122.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 250 | 0.58 | 0.57 | 0 | 0.02 | 238.36 | 0.94 | 0.69 |
| Hex | 68 | 6C | FA | 3A | 39 | 0 | 2 | EE | 5E | 45 |
| Octal | 150 | 154 | 372 | 72 | 71 | 0 | 2 | 356 | 136 | 105 |
| Binary | 1101000 | 1101100 | 11111010 | 111010 | 111001 | 0 | 10 | 11101110 | 1011110 | 1000101 |
Color Harmonies of #686CFA
Complementary color
Monochromatic Colors of #686CFA
Black with #686CFA
Text Example
Text Example
White with #686CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CFA; }
p { color: rgb(104,108,250); }
H1.HeaderClassName
{
color: #686CFA;
}
.AnyTagClassName
{
color: #686CFA;
}
</style>
background-color css
<style>
a { background-color: #686CFA; }
a { background-color: rgb(104,108,250); }
div.DivClassName
{
background-color: #686CFA;
}
.BgClassName
{
background-color: #686CFA;
}
</style>
border-color css
<style>
span { border-color: #686CFA; }
span { border-color: rgb(104,108,250); }
td.TdClassName
{
border-color: #686CFA;
}
.TagClassName
{
border-color: #686CFA;
}
</style>