Shades of Medium Slate Blue #686AFE
Tints of Medium Slate Blue #686AFE
RGB
CMYK
RGB Variations
Color information
#686AFE (or 0x686AFE) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FE. RGB value is (104,106,254). Sum of RGB (Red+Green+Blue) = 104+106+254=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #686AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFE is #979501. Grayscale: #797979. Windows color (decimal): -9934082 or 16673384. OLE color: 16673384.
HSL color Cylindrical-coordinate representation of color #686AFE: hue angle of 239.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 106 | 254 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.00 |
| HSL | 239.2º | 0.99% | 0.7% | - |
| HSV(B) | 239.2º | 0.59% | 1% | - |
| XYZ | 28.75 | 20.41 | 96.19 | - |
| YUV | 122.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 254 | 0.59 | 0.58 | 0 | 0.00 | 239.2 | 0.99 | 0.7 |
| Hex | 68 | 6A | FE | 3B | 3A | 0 | 0 | EF | 63 | 46 |
| Octal | 150 | 152 | 376 | 73 | 72 | 0 | 0 | 357 | 143 | 106 |
| Binary | 1101000 | 1101010 | 11111110 | 111011 | 111010 | 0 | 0 | 11101111 | 1100011 | 1000110 |
Color Harmonies of #686AFE
Complementary color
Monochromatic Colors of #686AFE
Black with #686AFE
Text Example
Text Example
White with #686AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AFE; }
p { color: rgb(104,106,254); }
H1.HeaderClassName
{
color: #686AFE;
}
.AnyTagClassName
{
color: #686AFE;
}
</style>
background-color css
<style>
a { background-color: #686AFE; }
a { background-color: rgb(104,106,254); }
div.DivClassName
{
background-color: #686AFE;
}
.BgClassName
{
background-color: #686AFE;
}
</style>
border-color css
<style>
span { border-color: #686AFE; }
span { border-color: rgb(104,106,254); }
td.TdClassName
{
border-color: #686AFE;
}
.TagClassName
{
border-color: #686AFE;
}
</style>