Shades of Medium Slate Blue #695DED
Tints of Medium Slate Blue #695DED
RGB
CMYK
RGB Variations
Color information
#695DED (or 0x695DED) is known color: Medium Slate Blue. HEX triplet: 69, 5D and ED. RGB value is (105,93,237). Sum of RGB (Red+Green+Blue) = 105+93+237=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #695DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DED is #96A212. Grayscale: #707070. Windows color (decimal): -9871891 or 15555945. OLE color: 15555945.
HSL color Cylindrical-coordinate representation of color #695DED: hue angle of 245º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695DED is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 93 | 237 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.07 |
| HSL | 245º | 0.8% | 0.65% | - |
| HSV(B) | 245º | 0.61% | 0.93% | - |
| XYZ | 25.03 | 16.95 | 82.07 | - |
| YUV | 113 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 237 | 0.56 | 0.61 | 0 | 0.07 | 245 | 0.8 | 0.65 |
| Hex | 69 | 5D | ED | 38 | 3D | 0 | 7 | F5 | 50 | 41 |
| Octal | 151 | 135 | 355 | 70 | 75 | 0 | 7 | 365 | 120 | 101 |
| Binary | 1101001 | 1011101 | 11101101 | 111000 | 111101 | 0 | 111 | 11110101 | 1010000 | 1000001 |
Color Harmonies of #695DED
Complementary color
Monochromatic Colors of #695DED
Black with #695DED
Text Example
Text Example
White with #695DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DED; }
p { color: rgb(105,93,237); }
H1.HeaderClassName
{
color: #695DED;
}
.AnyTagClassName
{
color: #695DED;
}
</style>
background-color css
<style>
a { background-color: #695DED; }
a { background-color: rgb(105,93,237); }
div.DivClassName
{
background-color: #695DED;
}
.BgClassName
{
background-color: #695DED;
}
</style>
border-color css
<style>
span { border-color: #695DED; }
span { border-color: rgb(105,93,237); }
td.TdClassName
{
border-color: #695DED;
}
.TagClassName
{
border-color: #695DED;
}
</style>