Shades of Medium Slate Blue #6957ED
Tints of Medium Slate Blue #6957ED
RGB
CMYK
RGB Variations
Color information
#6957ED (or 0x6957ED) is known color: Medium Slate Blue. HEX triplet: 69, 57 and ED. RGB value is (105,87,237). Sum of RGB (Red+Green+Blue) = 105+87+237=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #6957ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957ED is #96A812. Grayscale: #6C6C6C. Windows color (decimal): -9873427 or 15554409. OLE color: 15554409.
HSL color Cylindrical-coordinate representation of color #6957ED: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6957ED is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 87 | 237 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.07 |
| HSL | 247.2º | 0.81% | 0.64% | - |
| HSV(B) | 247.2º | 0.63% | 0.93% | - |
| XYZ | 24.52 | 15.93 | 81.9 | - |
| YUV | 109.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 237 | 0.56 | 0.63 | 0 | 0.07 | 247.2 | 0.81 | 0.64 |
| Hex | 69 | 57 | ED | 38 | 3F | 0 | 7 | F7 | 51 | 40 |
| Octal | 151 | 127 | 355 | 70 | 77 | 0 | 7 | 367 | 121 | 100 |
| Binary | 1101001 | 1010111 | 11101101 | 111000 | 111111 | 0 | 111 | 11110111 | 1010001 | 1000000 |
Color Harmonies of #6957ED
Complementary color
Monochromatic Colors of #6957ED
Black with #6957ED
Text Example
Text Example
White with #6957ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957ED; }
p { color: rgb(105,87,237); }
H1.HeaderClassName
{
color: #6957ED;
}
.AnyTagClassName
{
color: #6957ED;
}
</style>
background-color css
<style>
a { background-color: #6957ED; }
a { background-color: rgb(105,87,237); }
div.DivClassName
{
background-color: #6957ED;
}
.BgClassName
{
background-color: #6957ED;
}
</style>
border-color css
<style>
span { border-color: #6957ED; }
span { border-color: rgb(105,87,237); }
td.TdClassName
{
border-color: #6957ED;
}
.TagClassName
{
border-color: #6957ED;
}
</style>