Shades of Medium Slate Blue #6950EF
Tints of Medium Slate Blue #6950EF
RGB
CMYK
RGB Variations
Color information
#6950EF (or 0x6950EF) is known color: Medium Slate Blue. HEX triplet: 69, 50 and EF. RGB value is (105,80,239). Sum of RGB (Red+Green+Blue) = 105+80+239=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #6950EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6950EF is #96AF10. Grayscale: #686868. Windows color (decimal): -9875217 or 15683689. OLE color: 15683689.
HSL color Cylindrical-coordinate representation of color #6950EF: hue angle of 249.43º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6950EF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 80 | 239 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.06 |
| HSL | 249.43º | 0.83% | 0.63% | - |
| HSV(B) | 249.43º | 0.67% | 0.94% | - |
| XYZ | 24.27 | 14.97 | 83.27 | - |
| YUV | 105.6 | 203.28 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 239 | 0.56 | 0.67 | 0 | 0.06 | 249.43 | 0.83 | 0.63 |
| Hex | 69 | 50 | EF | 38 | 43 | 0 | 6 | F9 | 53 | 3F |
| Octal | 151 | 120 | 357 | 70 | 103 | 0 | 6 | 371 | 123 | 77 |
| Binary | 1101001 | 1010000 | 11101111 | 111000 | 1000011 | 0 | 110 | 11111001 | 1010011 | 111111 |
Color Harmonies of #6950EF
Complementary color
Monochromatic Colors of #6950EF
Black with #6950EF
Text Example
Text Example
White with #6950EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950EF; }
p { color: rgb(105,80,239); }
H1.HeaderClassName
{
color: #6950EF;
}
.AnyTagClassName
{
color: #6950EF;
}
</style>
background-color css
<style>
a { background-color: #6950EF; }
a { background-color: rgb(105,80,239); }
div.DivClassName
{
background-color: #6950EF;
}
.BgClassName
{
background-color: #6950EF;
}
</style>
border-color css
<style>
span { border-color: #6950EF; }
span { border-color: rgb(105,80,239); }
td.TdClassName
{
border-color: #6950EF;
}
.TagClassName
{
border-color: #6950EF;
}
</style>