Shades of Medium Slate Blue #6952ED
Tints of Medium Slate Blue #6952ED
RGB
CMYK
RGB Variations
Color information
#6952ED (or 0x6952ED) is known color: Medium Slate Blue. HEX triplet: 69, 52 and ED. RGB value is (105,82,237). Sum of RGB (Red+Green+Blue) = 105+82+237=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #6952ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6952ED is #96AD12. Grayscale: #696969. Windows color (decimal): -9874707 or 15553129. OLE color: 15553129.
HSL color Cylindrical-coordinate representation of color #6952ED: hue angle of 248.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6952ED is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 82 | 237 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.07 |
| HSL | 248.9º | 0.81% | 0.63% | - |
| HSV(B) | 248.9º | 0.65% | 0.93% | - |
| XYZ | 24.13 | 15.15 | 81.77 | - |
| YUV | 106.55 | 201.62 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 237 | 0.56 | 0.65 | 0 | 0.07 | 248.9 | 0.81 | 0.63 |
| Hex | 69 | 52 | ED | 38 | 41 | 0 | 7 | F9 | 51 | 3F |
| Octal | 151 | 122 | 355 | 70 | 101 | 0 | 7 | 371 | 121 | 77 |
| Binary | 1101001 | 1010010 | 11101101 | 111000 | 1000001 | 0 | 111 | 11111001 | 1010001 | 111111 |
Color Harmonies of #6952ED
Complementary color
Monochromatic Colors of #6952ED
Black with #6952ED
Text Example
Text Example
White with #6952ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952ED; }
p { color: rgb(105,82,237); }
H1.HeaderClassName
{
color: #6952ED;
}
.AnyTagClassName
{
color: #6952ED;
}
</style>
background-color css
<style>
a { background-color: #6952ED; }
a { background-color: rgb(105,82,237); }
div.DivClassName
{
background-color: #6952ED;
}
.BgClassName
{
background-color: #6952ED;
}
</style>
border-color css
<style>
span { border-color: #6952ED; }
span { border-color: rgb(105,82,237); }
td.TdClassName
{
border-color: #6952ED;
}
.TagClassName
{
border-color: #6952ED;
}
</style>