Shades of Medium Slate Blue #695EED
Tints of Medium Slate Blue #695EED
RGB
CMYK
RGB Variations
Color information
#695EED (or 0x695EED) is known color: Medium Slate Blue. HEX triplet: 69, 5E and ED. RGB value is (105,94,237). Sum of RGB (Red+Green+Blue) = 105+94+237=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #695EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EED is #96A112. Grayscale: #717171. Windows color (decimal): -9871635 or 15556201. OLE color: 15556201.
HSL color Cylindrical-coordinate representation of color #695EED: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695EED is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 94 | 237 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.07 |
| HSL | 244.62º | 0.8% | 0.65% | - |
| HSV(B) | 244.62º | 0.6% | 0.93% | - |
| XYZ | 25.11 | 17.12 | 82.1 | - |
| YUV | 113.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 237 | 0.56 | 0.60 | 0 | 0.07 | 244.62 | 0.8 | 0.65 |
| Hex | 69 | 5E | ED | 38 | 3C | 0 | 7 | F5 | 50 | 41 |
| Octal | 151 | 136 | 355 | 70 | 74 | 0 | 7 | 365 | 120 | 101 |
| Binary | 1101001 | 1011110 | 11101101 | 111000 | 111100 | 0 | 111 | 11110101 | 1010000 | 1000001 |
Color Harmonies of #695EED
Complementary color
Monochromatic Colors of #695EED
Black with #695EED
Text Example
Text Example
White with #695EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695EED; }
p { color: rgb(105,94,237); }
H1.HeaderClassName
{
color: #695EED;
}
.AnyTagClassName
{
color: #695EED;
}
</style>
background-color css
<style>
a { background-color: #695EED; }
a { background-color: rgb(105,94,237); }
div.DivClassName
{
background-color: #695EED;
}
.BgClassName
{
background-color: #695EED;
}
</style>
border-color css
<style>
span { border-color: #695EED; }
span { border-color: rgb(105,94,237); }
td.TdClassName
{
border-color: #695EED;
}
.TagClassName
{
border-color: #695EED;
}
</style>