Shades of Medium Slate Blue #666BEC
Tints of Medium Slate Blue #666BEC
RGB
CMYK
RGB Variations
Color information
#666BEC (or 0x666BEC) is known color: Medium Slate Blue. HEX triplet: 66, 6B and EC. RGB value is (102,107,236). Sum of RGB (Red+Green+Blue) = 102+107+236=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #666BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666BEC is #999413. Grayscale: #777777. Windows color (decimal): -10064916 or 15493990. OLE color: 15493990.
HSL color Cylindrical-coordinate representation of color #666BEC: hue angle of 237.76º 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 #666BEC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 107 | 236 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.07 |
| HSL | 237.76º | 0.78% | 0.66% | - |
| HSV(B) | 237.76º | 0.57% | 0.93% | - |
| XYZ | 25.88 | 19.4 | 81.74 | - |
| YUV | 120.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 236 | 0.57 | 0.55 | 0 | 0.07 | 237.76 | 0.78 | 0.66 |
| Hex | 66 | 6B | EC | 39 | 37 | 0 | 7 | EE | 4E | 42 |
| Octal | 146 | 153 | 354 | 71 | 67 | 0 | 7 | 356 | 116 | 102 |
| Binary | 1100110 | 1101011 | 11101100 | 111001 | 110111 | 0 | 111 | 11101110 | 1001110 | 1000010 |
Color Harmonies of #666BEC
Complementary color
Monochromatic Colors of #666BEC
Black with #666BEC
Text Example
Text Example
White with #666BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BEC; }
p { color: rgb(102,107,236); }
H1.HeaderClassName
{
color: #666BEC;
}
.AnyTagClassName
{
color: #666BEC;
}
</style>
background-color css
<style>
a { background-color: #666BEC; }
a { background-color: rgb(102,107,236); }
div.DivClassName
{
background-color: #666BEC;
}
.BgClassName
{
background-color: #666BEC;
}
</style>
border-color css
<style>
span { border-color: #666BEC; }
span { border-color: rgb(102,107,236); }
td.TdClassName
{
border-color: #666BEC;
}
.TagClassName
{
border-color: #666BEC;
}
</style>