Shades of Medium Slate Blue #6950ED
Tints of Medium Slate Blue #6950ED
RGB
CMYK
RGB Variations
Color information
#6950ED (or 0x6950ED) is known color: Medium Slate Blue. HEX triplet: 69, 50 and ED. RGB value is (105,80,237). Sum of RGB (Red+Green+Blue) = 105+80+237=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6950ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6950ED is #96AF12. Grayscale: #686868. Windows color (decimal): -9875219 or 15552617. OLE color: 15552617.
HSL color Cylindrical-coordinate representation of color #6950ED: hue angle of 249.55º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6950ED is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 80 | 237 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.07 |
| HSL | 249.55º | 0.81% | 0.62% | - |
| HSV(B) | 249.55º | 0.66% | 0.93% | - |
| XYZ | 23.98 | 14.86 | 81.72 | - |
| YUV | 105.37 | 202.28 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 237 | 0.56 | 0.66 | 0 | 0.07 | 249.55 | 0.81 | 0.62 |
| Hex | 69 | 50 | ED | 38 | 42 | 0 | 7 | FA | 51 | 3E |
| Octal | 151 | 120 | 355 | 70 | 102 | 0 | 7 | 372 | 121 | 76 |
| Binary | 1101001 | 1010000 | 11101101 | 111000 | 1000010 | 0 | 111 | 11111010 | 1010001 | 111110 |
Color Harmonies of #6950ED
Complementary color
Monochromatic Colors of #6950ED
Black with #6950ED
Text Example
Text Example
White with #6950ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950ED; }
p { color: rgb(105,80,237); }
H1.HeaderClassName
{
color: #6950ED;
}
.AnyTagClassName
{
color: #6950ED;
}
</style>
background-color css
<style>
a { background-color: #6950ED; }
a { background-color: rgb(105,80,237); }
div.DivClassName
{
background-color: #6950ED;
}
.BgClassName
{
background-color: #6950ED;
}
</style>
border-color css
<style>
span { border-color: #6950ED; }
span { border-color: rgb(105,80,237); }
td.TdClassName
{
border-color: #6950ED;
}
.TagClassName
{
border-color: #6950ED;
}
</style>