Shades of Medium Slate Blue #684BED
Tints of Medium Slate Blue #684BED
RGB
CMYK
RGB Variations
Color information
#684BED (or 0x684BED) is known color: Medium Slate Blue. HEX triplet: 68, 4B and ED. RGB value is (104,75,237). Sum of RGB (Red+Green+Blue) = 104+75+237=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #684BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684BED is #97B412. Grayscale: #656565. Windows color (decimal): -9942035 or 15551336. OLE color: 15551336.
HSL color Cylindrical-coordinate representation of color #684BED: hue angle of 250.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #684BED is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 75 | 237 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.07 |
| HSL | 250.74º | 0.82% | 0.61% | - |
| HSV(B) | 250.74º | 0.68% | 0.93% | - |
| XYZ | 23.51 | 14.09 | 81.6 | - |
| YUV | 102.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 237 | 0.56 | 0.68 | 0 | 0.07 | 250.74 | 0.82 | 0.61 |
| Hex | 68 | 4B | ED | 38 | 44 | 0 | 7 | FB | 52 | 3D |
| Octal | 150 | 113 | 355 | 70 | 104 | 0 | 7 | 373 | 122 | 75 |
| Binary | 1101000 | 1001011 | 11101101 | 111000 | 1000100 | 0 | 111 | 11111011 | 1010010 | 111101 |
Color Harmonies of #684BED
Complementary color
Monochromatic Colors of #684BED
Black with #684BED
Text Example
Text Example
White with #684BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BED; }
p { color: rgb(104,75,237); }
H1.HeaderClassName
{
color: #684BED;
}
.AnyTagClassName
{
color: #684BED;
}
</style>
background-color css
<style>
a { background-color: #684BED; }
a { background-color: rgb(104,75,237); }
div.DivClassName
{
background-color: #684BED;
}
.BgClassName
{
background-color: #684BED;
}
</style>
border-color css
<style>
span { border-color: #684BED; }
span { border-color: rgb(104,75,237); }
td.TdClassName
{
border-color: #684BED;
}
.TagClassName
{
border-color: #684BED;
}
</style>