Shades of Medium Slate Blue #666FEC
Tints of Medium Slate Blue #666FEC
RGB
CMYK
RGB Variations
Color information
#666FEC (or 0x666FEC) is known color: Medium Slate Blue. HEX triplet: 66, 6F and EC. RGB value is (102,111,236). Sum of RGB (Red+Green+Blue) = 102+111+236=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #666FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FEC is #999013. Grayscale: #7A7A7A. Windows color (decimal): -10063892 or 15495014. OLE color: 15495014.
HSL color Cylindrical-coordinate representation of color #666FEC: hue angle of 235.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #666FEC is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 111 | 236 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.07 |
| HSL | 235.97º | 0.78% | 0.66% | - |
| HSV(B) | 235.97º | 0.57% | 0.93% | - |
| XYZ | 26.3 | 20.25 | 81.88 | - |
| YUV | 122.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 236 | 0.57 | 0.53 | 0 | 0.07 | 235.97 | 0.78 | 0.66 |
| Hex | 66 | 6F | EC | 39 | 35 | 0 | 7 | EC | 4E | 42 |
| Octal | 146 | 157 | 354 | 71 | 65 | 0 | 7 | 354 | 116 | 102 |
| Binary | 1100110 | 1101111 | 11101100 | 111001 | 110101 | 0 | 111 | 11101100 | 1001110 | 1000010 |
Color Harmonies of #666FEC
Complementary color
Monochromatic Colors of #666FEC
Black with #666FEC
Text Example
Text Example
White with #666FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FEC; }
p { color: rgb(102,111,236); }
H1.HeaderClassName
{
color: #666FEC;
}
.AnyTagClassName
{
color: #666FEC;
}
</style>
background-color css
<style>
a { background-color: #666FEC; }
a { background-color: rgb(102,111,236); }
div.DivClassName
{
background-color: #666FEC;
}
.BgClassName
{
background-color: #666FEC;
}
</style>
border-color css
<style>
span { border-color: #666FEC; }
span { border-color: rgb(102,111,236); }
td.TdClassName
{
border-color: #666FEC;
}
.TagClassName
{
border-color: #666FEC;
}
</style>