Shades of Medium Slate Blue #665EFE
Tints of Medium Slate Blue #665EFE
RGB
CMYK
RGB Variations
Color information
#665EFE (or 0x665EFE) is known color: Medium Slate Blue. HEX triplet: 66, 5E and FE. RGB value is (102,94,254). Sum of RGB (Red+Green+Blue) = 102+94+254=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #665EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EFE is #99A101. Grayscale: #717171. Windows color (decimal): -10068226 or 16670310. OLE color: 16670310.
HSL color Cylindrical-coordinate representation of color #665EFE: hue angle of 243º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665EFE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 94 | 254 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.00 |
| HSL | 243º | 0.99% | 0.68% | - |
| HSV(B) | 243º | 0.63% | 1% | - |
| XYZ | 27.37 | 17.99 | 95.79 | - |
| YUV | 114.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 254 | 0.60 | 0.63 | 0 | 0.00 | 243 | 0.99 | 0.68 |
| Hex | 66 | 5E | FE | 3C | 3F | 0 | 0 | F3 | 63 | 44 |
| Octal | 146 | 136 | 376 | 74 | 77 | 0 | 0 | 363 | 143 | 104 |
| Binary | 1100110 | 1011110 | 11111110 | 111100 | 111111 | 0 | 0 | 11110011 | 1100011 | 1000100 |
Color Harmonies of #665EFE
Complementary color
Monochromatic Colors of #665EFE
Black with #665EFE
Text Example
Text Example
White with #665EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EFE; }
p { color: rgb(102,94,254); }
H1.HeaderClassName
{
color: #665EFE;
}
.AnyTagClassName
{
color: #665EFE;
}
</style>
background-color css
<style>
a { background-color: #665EFE; }
a { background-color: rgb(102,94,254); }
div.DivClassName
{
background-color: #665EFE;
}
.BgClassName
{
background-color: #665EFE;
}
</style>
border-color css
<style>
span { border-color: #665EFE; }
span { border-color: rgb(102,94,254); }
td.TdClassName
{
border-color: #665EFE;
}
.TagClassName
{
border-color: #665EFE;
}
</style>