Shades of Medium Slate Blue #665AED
Tints of Medium Slate Blue #665AED
RGB
CMYK
RGB Variations
Color information
#665AED (or 0x665AED) is known color: Medium Slate Blue. HEX triplet: 66, 5A and ED. RGB value is (102,90,237). Sum of RGB (Red+Green+Blue) = 102+90+237=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 90 (35.55% from 255 or 20.98% 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 #665AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AED is #99A512. Grayscale: #6D6D6D. Windows color (decimal): -10069267 or 15555174. OLE color: 15555174.
HSL color Cylindrical-coordinate representation of color #665AED: hue angle of 244.9º 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 #665AED is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 90 | 237 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.07 |
| HSL | 244.9º | 0.8% | 0.64% | - |
| HSV(B) | 244.9º | 0.62% | 0.93% | - |
| XYZ | 24.42 | 16.25 | 81.97 | - |
| YUV | 110.35 | 199.48 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 237 | 0.57 | 0.62 | 0 | 0.07 | 244.9 | 0.8 | 0.64 |
| Hex | 66 | 5A | ED | 39 | 3E | 0 | 7 | F5 | 50 | 40 |
| Octal | 146 | 132 | 355 | 71 | 76 | 0 | 7 | 365 | 120 | 100 |
| Binary | 1100110 | 1011010 | 11101101 | 111001 | 111110 | 0 | 111 | 11110101 | 1010000 | 1000000 |
Color Harmonies of #665AED
Complementary color
Monochromatic Colors of #665AED
Black with #665AED
Text Example
Text Example
White with #665AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AED; }
p { color: rgb(102,90,237); }
H1.HeaderClassName
{
color: #665AED;
}
.AnyTagClassName
{
color: #665AED;
}
</style>
background-color css
<style>
a { background-color: #665AED; }
a { background-color: rgb(102,90,237); }
div.DivClassName
{
background-color: #665AED;
}
.BgClassName
{
background-color: #665AED;
}
</style>
border-color css
<style>
span { border-color: #665AED; }
span { border-color: rgb(102,90,237); }
td.TdClassName
{
border-color: #665AED;
}
.TagClassName
{
border-color: #665AED;
}
</style>