Shades of Medium Slate Blue #665BED
Tints of Medium Slate Blue #665BED
RGB
CMYK
RGB Variations
Color information
#665BED (or 0x665BED) is known color: Medium Slate Blue. HEX triplet: 66, 5B and ED. RGB value is (102,91,237). Sum of RGB (Red+Green+Blue) = 102+91+237=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #665BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BED is #99A412. Grayscale: #6E6E6E. Windows color (decimal): -10069011 or 15555430. OLE color: 15555430.
HSL color Cylindrical-coordinate representation of color #665BED: hue angle of 244.52º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665BED is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 91 | 237 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.07 |
| HSL | 244.52º | 0.8% | 0.64% | - |
| HSV(B) | 244.52º | 0.62% | 0.93% | - |
| XYZ | 24.51 | 16.42 | 82 | - |
| YUV | 110.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 237 | 0.57 | 0.62 | 0 | 0.07 | 244.52 | 0.8 | 0.64 |
| Hex | 66 | 5B | ED | 39 | 3E | 0 | 7 | F5 | 50 | 40 |
| Octal | 146 | 133 | 355 | 71 | 76 | 0 | 7 | 365 | 120 | 100 |
| Binary | 1100110 | 1011011 | 11101101 | 111001 | 111110 | 0 | 111 | 11110101 | 1010000 | 1000000 |
Color Harmonies of #665BED
Complementary color
Monochromatic Colors of #665BED
Black with #665BED
Text Example
Text Example
White with #665BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BED; }
p { color: rgb(102,91,237); }
H1.HeaderClassName
{
color: #665BED;
}
.AnyTagClassName
{
color: #665BED;
}
</style>
background-color css
<style>
a { background-color: #665BED; }
a { background-color: rgb(102,91,237); }
div.DivClassName
{
background-color: #665BED;
}
.BgClassName
{
background-color: #665BED;
}
</style>
border-color css
<style>
span { border-color: #665BED; }
span { border-color: rgb(102,91,237); }
td.TdClassName
{
border-color: #665BED;
}
.TagClassName
{
border-color: #665BED;
}
</style>