Shades of Medium Slate Blue #6952F1
Tints of Medium Slate Blue #6952F1
RGB
CMYK
RGB Variations
Color information
#6952F1 (or 0x6952F1) is known color: Medium Slate Blue. HEX triplet: 69, 52 and F1. RGB value is (105,82,241). Sum of RGB (Red+Green+Blue) = 105+82+241=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #6952F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6952F1 is #96AD0E. Grayscale: #6A6A6A. Windows color (decimal): -9874703 or 15815273. OLE color: 15815273.
HSL color Cylindrical-coordinate representation of color #6952F1: hue angle of 248.68º 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 #6952F1 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 82 | 241 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.05 |
| HSL | 248.68º | 0.85% | 0.63% | - |
| HSV(B) | 248.68º | 0.66% | 0.95% | - |
| XYZ | 24.72 | 15.39 | 84.89 | - |
| YUV | 107 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 241 | 0.56 | 0.66 | 0 | 0.05 | 248.68 | 0.85 | 0.63 |
| Hex | 69 | 52 | F1 | 38 | 42 | 0 | 5 | F9 | 55 | 3F |
| Octal | 151 | 122 | 361 | 70 | 102 | 0 | 5 | 371 | 125 | 77 |
| Binary | 1101001 | 1010010 | 11110001 | 111000 | 1000010 | 0 | 101 | 11111001 | 1010101 | 111111 |
Color Harmonies of #6952F1
Complementary color
Monochromatic Colors of #6952F1
Black with #6952F1
Text Example
Text Example
White with #6952F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952F1; }
p { color: rgb(105,82,241); }
H1.HeaderClassName
{
color: #6952F1;
}
.AnyTagClassName
{
color: #6952F1;
}
</style>
background-color css
<style>
a { background-color: #6952F1; }
a { background-color: rgb(105,82,241); }
div.DivClassName
{
background-color: #6952F1;
}
.BgClassName
{
background-color: #6952F1;
}
</style>
border-color css
<style>
span { border-color: #6952F1; }
span { border-color: rgb(105,82,241); }
td.TdClassName
{
border-color: #6952F1;
}
.TagClassName
{
border-color: #6952F1;
}
</style>