Shades of Medium Slate Blue #6852F7
Tints of Medium Slate Blue #6852F7
RGB
CMYK
RGB Variations
Color information
#6852F7 (or 0x6852F7) is known color: Medium Slate Blue. HEX triplet: 68, 52 and F7. RGB value is (104,82,247). Sum of RGB (Red+Green+Blue) = 104+82+247=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #6852F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6852F7 is #97AD08. Grayscale: #6A6A6A. Windows color (decimal): -9940233 or 16208488. OLE color: 16208488.
HSL color Cylindrical-coordinate representation of color #6852F7: hue angle of 248º degrees, saturation: 0.91, 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 #6852F7 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 82 | 247 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.03 |
| HSL | 248º | 0.91% | 0.65% | - |
| HSV(B) | 248º | 0.67% | 0.97% | - |
| XYZ | 25.51 | 15.69 | 89.68 | - |
| YUV | 107.39 | 206.79 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 247 | 0.58 | 0.67 | 0 | 0.03 | 248 | 0.91 | 0.65 |
| Hex | 68 | 52 | F7 | 3A | 43 | 0 | 3 | F8 | 5B | 41 |
| Octal | 150 | 122 | 367 | 72 | 103 | 0 | 3 | 370 | 133 | 101 |
| Binary | 1101000 | 1010010 | 11110111 | 111010 | 1000011 | 0 | 11 | 11111000 | 1011011 | 1000001 |
Color Harmonies of #6852F7
Complementary color
Monochromatic Colors of #6852F7
Black with #6852F7
Text Example
Text Example
White with #6852F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852F7; }
p { color: rgb(104,82,247); }
H1.HeaderClassName
{
color: #6852F7;
}
.AnyTagClassName
{
color: #6852F7;
}
</style>
background-color css
<style>
a { background-color: #6852F7; }
a { background-color: rgb(104,82,247); }
div.DivClassName
{
background-color: #6852F7;
}
.BgClassName
{
background-color: #6852F7;
}
</style>
border-color css
<style>
span { border-color: #6852F7; }
span { border-color: rgb(104,82,247); }
td.TdClassName
{
border-color: #6852F7;
}
.TagClassName
{
border-color: #6852F7;
}
</style>