Shades of Medium Slate Blue #6852F1
Tints of Medium Slate Blue #6852F1
RGB
CMYK
RGB Variations
Color information
#6852F1 (or 0x6852F1) is known color: Medium Slate Blue. HEX triplet: 68, 52 and F1. RGB value is (104,82,241). Sum of RGB (Red+Green+Blue) = 104+82+241=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #6852F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6852F1 is #97AD0E. Grayscale: #6A6A6A. Windows color (decimal): -9940239 or 15815272. OLE color: 15815272.
HSL color Cylindrical-coordinate representation of color #6852F1: hue angle of 248.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6852F1 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 82 | 241 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.05 |
| HSL | 248.3º | 0.85% | 0.63% | - |
| HSV(B) | 248.3º | 0.66% | 0.95% | - |
| XYZ | 24.6 | 15.33 | 84.88 | - |
| YUV | 106.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 241 | 0.57 | 0.66 | 0 | 0.05 | 248.3 | 0.85 | 0.63 |
| Hex | 68 | 52 | F1 | 39 | 42 | 0 | 5 | F8 | 55 | 3F |
| Octal | 150 | 122 | 361 | 71 | 102 | 0 | 5 | 370 | 125 | 77 |
| Binary | 1101000 | 1010010 | 11110001 | 111001 | 1000010 | 0 | 101 | 11111000 | 1010101 | 111111 |
Color Harmonies of #6852F1
Complementary color
Monochromatic Colors of #6852F1
Black with #6852F1
Text Example
Text Example
White with #6852F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852F1; }
p { color: rgb(104,82,241); }
H1.HeaderClassName
{
color: #6852F1;
}
.AnyTagClassName
{
color: #6852F1;
}
</style>
background-color css
<style>
a { background-color: #6852F1; }
a { background-color: rgb(104,82,241); }
div.DivClassName
{
background-color: #6852F1;
}
.BgClassName
{
background-color: #6852F1;
}
</style>
border-color css
<style>
span { border-color: #6852F1; }
span { border-color: rgb(104,82,241); }
td.TdClassName
{
border-color: #6852F1;
}
.TagClassName
{
border-color: #6852F1;
}
</style>