Shades of Medium Slate Blue #6853EF
Tints of Medium Slate Blue #6853EF
RGB
CMYK
RGB Variations
Color information
#6853EF (or 0x6853EF) is known color: Medium Slate Blue. HEX triplet: 68, 53 and EF. RGB value is (104,83,239). Sum of RGB (Red+Green+Blue) = 104+83+239=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #6853EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853EF is #97AC10. Grayscale: #6A6A6A. Windows color (decimal): -9939985 or 15684456. OLE color: 15684456.
HSL color Cylindrical-coordinate representation of color #6853EF: hue angle of 248.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6853EF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 83 | 239 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.06 |
| HSL | 248.08º | 0.83% | 0.63% | - |
| HSV(B) | 248.08º | 0.65% | 0.94% | - |
| XYZ | 24.38 | 15.36 | 83.34 | - |
| YUV | 107.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 239 | 0.56 | 0.65 | 0 | 0.06 | 248.08 | 0.83 | 0.63 |
| Hex | 68 | 53 | EF | 38 | 41 | 0 | 6 | F8 | 53 | 3F |
| Octal | 150 | 123 | 357 | 70 | 101 | 0 | 6 | 370 | 123 | 77 |
| Binary | 1101000 | 1010011 | 11101111 | 111000 | 1000001 | 0 | 110 | 11111000 | 1010011 | 111111 |
Color Harmonies of #6853EF
Complementary color
Monochromatic Colors of #6853EF
Black with #6853EF
Text Example
Text Example
White with #6853EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853EF; }
p { color: rgb(104,83,239); }
H1.HeaderClassName
{
color: #6853EF;
}
.AnyTagClassName
{
color: #6853EF;
}
</style>
background-color css
<style>
a { background-color: #6853EF; }
a { background-color: rgb(104,83,239); }
div.DivClassName
{
background-color: #6853EF;
}
.BgClassName
{
background-color: #6853EF;
}
</style>
border-color css
<style>
span { border-color: #6853EF; }
span { border-color: rgb(104,83,239); }
td.TdClassName
{
border-color: #6853EF;
}
.TagClassName
{
border-color: #6853EF;
}
</style>