Shades of Medium Slate Blue #6853ED
Tints of Medium Slate Blue #6853ED
RGB
CMYK
RGB Variations
Color information
#6853ED (or 0x6853ED) is known color: Medium Slate Blue. HEX triplet: 68, 53 and ED. RGB value is (104,83,237). Sum of RGB (Red+Green+Blue) = 104+83+237=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #6853ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853ED is #97AC12. Grayscale: #6A6A6A. Windows color (decimal): -9939987 or 15553384. OLE color: 15553384.
HSL color Cylindrical-coordinate representation of color #6853ED: hue angle of 248.18º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6853ED is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 83 | 237 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.07 |
| HSL | 248.18º | 0.81% | 0.63% | - |
| HSV(B) | 248.18º | 0.65% | 0.93% | - |
| XYZ | 24.09 | 15.24 | 81.79 | - |
| YUV | 106.84 | 201.46 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 237 | 0.56 | 0.65 | 0 | 0.07 | 248.18 | 0.81 | 0.63 |
| Hex | 68 | 53 | ED | 38 | 41 | 0 | 7 | F8 | 51 | 3F |
| Octal | 150 | 123 | 355 | 70 | 101 | 0 | 7 | 370 | 121 | 77 |
| Binary | 1101000 | 1010011 | 11101101 | 111000 | 1000001 | 0 | 111 | 11111000 | 1010001 | 111111 |
Color Harmonies of #6853ED
Complementary color
Monochromatic Colors of #6853ED
Black with #6853ED
Text Example
Text Example
White with #6853ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853ED; }
p { color: rgb(104,83,237); }
H1.HeaderClassName
{
color: #6853ED;
}
.AnyTagClassName
{
color: #6853ED;
}
</style>
background-color css
<style>
a { background-color: #6853ED; }
a { background-color: rgb(104,83,237); }
div.DivClassName
{
background-color: #6853ED;
}
.BgClassName
{
background-color: #6853ED;
}
</style>
border-color css
<style>
span { border-color: #6853ED; }
span { border-color: rgb(104,83,237); }
td.TdClassName
{
border-color: #6853ED;
}
.TagClassName
{
border-color: #6853ED;
}
</style>