Shades of Medium Slate Blue #665CEC
Tints of Medium Slate Blue #665CEC
RGB
CMYK
RGB Variations
Color information
#665CEC (or 0x665CEC) is known color: Medium Slate Blue. HEX triplet: 66, 5C and EC. RGB value is (102,92,236). Sum of RGB (Red+Green+Blue) = 102+92+236=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #665CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CEC is #99A313. Grayscale: #6E6E6E. Windows color (decimal): -10068756 or 15490150. OLE color: 15490150.
HSL color Cylindrical-coordinate representation of color #665CEC: hue angle of 244.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665CEC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 92 | 236 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.07 |
| HSL | 244.17º | 0.79% | 0.64% | - |
| HSV(B) | 244.17º | 0.61% | 0.93% | - |
| XYZ | 24.45 | 16.54 | 81.26 | - |
| YUV | 111.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 236 | 0.57 | 0.61 | 0 | 0.07 | 244.17 | 0.79 | 0.64 |
| Hex | 66 | 5C | EC | 39 | 3D | 0 | 7 | F4 | 4F | 40 |
| Octal | 146 | 134 | 354 | 71 | 75 | 0 | 7 | 364 | 117 | 100 |
| Binary | 1100110 | 1011100 | 11101100 | 111001 | 111101 | 0 | 111 | 11110100 | 1001111 | 1000000 |
Color Harmonies of #665CEC
Complementary color
Monochromatic Colors of #665CEC
Black with #665CEC
Text Example
Text Example
White with #665CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CEC; }
p { color: rgb(102,92,236); }
H1.HeaderClassName
{
color: #665CEC;
}
.AnyTagClassName
{
color: #665CEC;
}
</style>
background-color css
<style>
a { background-color: #665CEC; }
a { background-color: rgb(102,92,236); }
div.DivClassName
{
background-color: #665CEC;
}
.BgClassName
{
background-color: #665CEC;
}
</style>
border-color css
<style>
span { border-color: #665CEC; }
span { border-color: rgb(102,92,236); }
td.TdClassName
{
border-color: #665CEC;
}
.TagClassName
{
border-color: #665CEC;
}
</style>