Shades of Medium Slate Blue #665EE6
Tints of Medium Slate Blue #665EE6
RGB
CMYK
RGB Variations
Color information
#665EE6 (or 0x665EE6) is known color: Medium Slate Blue. HEX triplet: 66, 5E and E6. RGB value is (102,94,230). Sum of RGB (Red+Green+Blue) = 102+94+230=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #665EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EE6 is #99A119. Grayscale: #6F6F6F. Windows color (decimal): -10068250 or 15097446. OLE color: 15097446.
HSL color Cylindrical-coordinate representation of color #665EE6: hue angle of 243.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665EE6 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 94 | 230 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.10 |
| HSL | 243.53º | 0.73% | 0.64% | - |
| HSV(B) | 243.53º | 0.59% | 0.9% | - |
| XYZ | 23.77 | 16.54 | 76.8 | - |
| YUV | 111.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 230 | 0.56 | 0.59 | 0 | 0.10 | 243.53 | 0.73 | 0.64 |
| Hex | 66 | 5E | E6 | 38 | 3B | 0 | A | F4 | 49 | 40 |
| Octal | 146 | 136 | 346 | 70 | 73 | 0 | 12 | 364 | 111 | 100 |
| Binary | 1100110 | 1011110 | 11100110 | 111000 | 111011 | 0 | 1010 | 11110100 | 1001001 | 1000000 |
Color Harmonies of #665EE6
Complementary color
Monochromatic Colors of #665EE6
Black with #665EE6
Text Example
Text Example
White with #665EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EE6; }
p { color: rgb(102,94,230); }
H1.HeaderClassName
{
color: #665EE6;
}
.AnyTagClassName
{
color: #665EE6;
}
</style>
background-color css
<style>
a { background-color: #665EE6; }
a { background-color: rgb(102,94,230); }
div.DivClassName
{
background-color: #665EE6;
}
.BgClassName
{
background-color: #665EE6;
}
</style>
border-color css
<style>
span { border-color: #665EE6; }
span { border-color: rgb(102,94,230); }
td.TdClassName
{
border-color: #665EE6;
}
.TagClassName
{
border-color: #665EE6;
}
</style>