Shades of Medium Slate Blue #665DED
Tints of Medium Slate Blue #665DED
RGB
CMYK
RGB Variations
Color information
#665DED (or 0x665DED) is known color: Medium Slate Blue. HEX triplet: 66, 5D and ED. RGB value is (102,93,237). Sum of RGB (Red+Green+Blue) = 102+93+237=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #665DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DED is #99A212. Grayscale: #6F6F6F. Windows color (decimal): -10068499 or 15555942. OLE color: 15555942.
HSL color Cylindrical-coordinate representation of color #665DED: hue angle of 243.75º 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 #665DED is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 93 | 237 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.07 |
| HSL | 243.75º | 0.8% | 0.65% | - |
| HSV(B) | 243.75º | 0.61% | 0.93% | - |
| XYZ | 24.68 | 16.77 | 82.06 | - |
| YUV | 112.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 237 | 0.57 | 0.61 | 0 | 0.07 | 243.75 | 0.8 | 0.65 |
| Hex | 66 | 5D | ED | 39 | 3D | 0 | 7 | F4 | 50 | 41 |
| Octal | 146 | 135 | 355 | 71 | 75 | 0 | 7 | 364 | 120 | 101 |
| Binary | 1100110 | 1011101 | 11101101 | 111001 | 111101 | 0 | 111 | 11110100 | 1010000 | 1000001 |
Color Harmonies of #665DED
Complementary color
Monochromatic Colors of #665DED
Black with #665DED
Text Example
Text Example
White with #665DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DED; }
p { color: rgb(102,93,237); }
H1.HeaderClassName
{
color: #665DED;
}
.AnyTagClassName
{
color: #665DED;
}
</style>
background-color css
<style>
a { background-color: #665DED; }
a { background-color: rgb(102,93,237); }
div.DivClassName
{
background-color: #665DED;
}
.BgClassName
{
background-color: #665DED;
}
</style>
border-color css
<style>
span { border-color: #665DED; }
span { border-color: rgb(102,93,237); }
td.TdClassName
{
border-color: #665DED;
}
.TagClassName
{
border-color: #665DED;
}
</style>