Shades of Medium Slate Blue #666FEB
Tints of Medium Slate Blue #666FEB
RGB
CMYK
RGB Variations
Color information
#666FEB (or 0x666FEB) is known color: Medium Slate Blue. HEX triplet: 66, 6F and EB. RGB value is (102,111,235). Sum of RGB (Red+Green+Blue) = 102+111+235=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #666FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FEB is #999014. Grayscale: #797979. Windows color (decimal): -10063893 or 15429478. OLE color: 15429478.
HSL color Cylindrical-coordinate representation of color #666FEB: hue angle of 235.94º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #666FEB is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 111 | 235 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.08 |
| HSL | 235.94º | 0.77% | 0.66% | - |
| HSV(B) | 235.94º | 0.57% | 0.92% | - |
| XYZ | 26.16 | 20.19 | 81.12 | - |
| YUV | 122.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 235 | 0.57 | 0.53 | 0 | 0.08 | 235.94 | 0.77 | 0.66 |
| Hex | 66 | 6F | EB | 39 | 35 | 0 | 8 | EC | 4D | 42 |
| Octal | 146 | 157 | 353 | 71 | 65 | 0 | 10 | 354 | 115 | 102 |
| Binary | 1100110 | 1101111 | 11101011 | 111001 | 110101 | 0 | 1000 | 11101100 | 1001101 | 1000010 |
Color Harmonies of #666FEB
Complementary color
Monochromatic Colors of #666FEB
Black with #666FEB
Text Example
Text Example
White with #666FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FEB; }
p { color: rgb(102,111,235); }
H1.HeaderClassName
{
color: #666FEB;
}
.AnyTagClassName
{
color: #666FEB;
}
</style>
background-color css
<style>
a { background-color: #666FEB; }
a { background-color: rgb(102,111,235); }
div.DivClassName
{
background-color: #666FEB;
}
.BgClassName
{
background-color: #666FEB;
}
</style>
border-color css
<style>
span { border-color: #666FEB; }
span { border-color: rgb(102,111,235); }
td.TdClassName
{
border-color: #666FEB;
}
.TagClassName
{
border-color: #666FEB;
}
</style>