Shades of Medium Slate Blue #6853F8
Tints of Medium Slate Blue #6853F8
RGB
CMYK
RGB Variations
Color information
#6853F8 (or 0x6853F8) is known color: Medium Slate Blue. HEX triplet: 68, 53 and F8. RGB value is (104,83,248). Sum of RGB (Red+Green+Blue) = 104+83+248=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #6853F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853F8 is #97AC07. Grayscale: #6B6B6B. Windows color (decimal): -9939976 or 16274280. OLE color: 16274280.
HSL color Cylindrical-coordinate representation of color #6853F8: hue angle of 247.64º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6853F8 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 83 | 248 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.03 |
| HSL | 247.64º | 0.92% | 0.65% | - |
| HSV(B) | 247.64º | 0.67% | 0.97% | - |
| XYZ | 25.75 | 15.91 | 90.52 | - |
| YUV | 108.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 248 | 0.58 | 0.67 | 0 | 0.03 | 247.64 | 0.92 | 0.65 |
| Hex | 68 | 53 | F8 | 3A | 43 | 0 | 3 | F8 | 5C | 41 |
| Octal | 150 | 123 | 370 | 72 | 103 | 0 | 3 | 370 | 134 | 101 |
| Binary | 1101000 | 1010011 | 11111000 | 111010 | 1000011 | 0 | 11 | 11111000 | 1011100 | 1000001 |
Color Harmonies of #6853F8
Complementary color
Monochromatic Colors of #6853F8
Black with #6853F8
Text Example
Text Example
White with #6853F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853F8; }
p { color: rgb(104,83,248); }
H1.HeaderClassName
{
color: #6853F8;
}
.AnyTagClassName
{
color: #6853F8;
}
</style>
background-color css
<style>
a { background-color: #6853F8; }
a { background-color: rgb(104,83,248); }
div.DivClassName
{
background-color: #6853F8;
}
.BgClassName
{
background-color: #6853F8;
}
</style>
border-color css
<style>
span { border-color: #6853F8; }
span { border-color: rgb(104,83,248); }
td.TdClassName
{
border-color: #6853F8;
}
.TagClassName
{
border-color: #6853F8;
}
</style>