Shades of Medium Slate Blue #686CF1
Tints of Medium Slate Blue #686CF1
RGB
CMYK
RGB Variations
Color information
#686CF1 (or 0x686CF1) is known color: Medium Slate Blue. HEX triplet: 68, 6C and F1. RGB value is (104,108,241). Sum of RGB (Red+Green+Blue) = 104+108+241=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #686CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CF1 is #97930E. Grayscale: #797979. Windows color (decimal): -9933583 or 15821928. OLE color: 15821928.
HSL color Cylindrical-coordinate representation of color #686CF1: hue angle of 238.25º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686CF1 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 108 | 241 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.05 |
| HSL | 238.25º | 0.83% | 0.68% | - |
| HSV(B) | 238.25º | 0.57% | 0.95% | - |
| XYZ | 26.95 | 20.02 | 85.66 | - |
| YUV | 121.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 241 | 0.57 | 0.55 | 0 | 0.05 | 238.25 | 0.83 | 0.68 |
| Hex | 68 | 6C | F1 | 39 | 37 | 0 | 5 | EE | 53 | 44 |
| Octal | 150 | 154 | 361 | 71 | 67 | 0 | 5 | 356 | 123 | 104 |
| Binary | 1101000 | 1101100 | 11110001 | 111001 | 110111 | 0 | 101 | 11101110 | 1010011 | 1000100 |
Color Harmonies of #686CF1
Complementary color
Monochromatic Colors of #686CF1
Black with #686CF1
Text Example
Text Example
White with #686CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CF1; }
p { color: rgb(104,108,241); }
H1.HeaderClassName
{
color: #686CF1;
}
.AnyTagClassName
{
color: #686CF1;
}
</style>
background-color css
<style>
a { background-color: #686CF1; }
a { background-color: rgb(104,108,241); }
div.DivClassName
{
background-color: #686CF1;
}
.BgClassName
{
background-color: #686CF1;
}
</style>
border-color css
<style>
span { border-color: #686CF1; }
span { border-color: rgb(104,108,241); }
td.TdClassName
{
border-color: #686CF1;
}
.TagClassName
{
border-color: #686CF1;
}
</style>