Shades of Medium Slate Blue #666EF7
Tints of Medium Slate Blue #666EF7
RGB
CMYK
RGB Variations
Color information
#666EF7 (or 0x666EF7) is known color: Medium Slate Blue. HEX triplet: 66, 6E and F7. RGB value is (102,110,247). Sum of RGB (Red+Green+Blue) = 102+110+247=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #666EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666EF7 is #999108. Grayscale: #7A7A7A. Windows color (decimal): -10064137 or 16215654. OLE color: 16215654.
HSL color Cylindrical-coordinate representation of color #666EF7: hue angle of 236.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666EF7 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 110 | 247 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.03 |
| HSL | 236.69º | 0.9% | 0.68% | - |
| HSV(B) | 236.69º | 0.59% | 0.97% | - |
| XYZ | 27.84 | 20.69 | 90.52 | - |
| YUV | 123.23 | 197.85 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 247 | 0.59 | 0.55 | 0 | 0.03 | 236.69 | 0.9 | 0.68 |
| Hex | 66 | 6E | F7 | 3B | 37 | 0 | 3 | ED | 5A | 44 |
| Octal | 146 | 156 | 367 | 73 | 67 | 0 | 3 | 355 | 132 | 104 |
| Binary | 1100110 | 1101110 | 11110111 | 111011 | 110111 | 0 | 11 | 11101101 | 1011010 | 1000100 |
Color Harmonies of #666EF7
Complementary color
Monochromatic Colors of #666EF7
Black with #666EF7
Text Example
Text Example
White with #666EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EF7; }
p { color: rgb(102,110,247); }
H1.HeaderClassName
{
color: #666EF7;
}
.AnyTagClassName
{
color: #666EF7;
}
</style>
background-color css
<style>
a { background-color: #666EF7; }
a { background-color: rgb(102,110,247); }
div.DivClassName
{
background-color: #666EF7;
}
.BgClassName
{
background-color: #666EF7;
}
</style>
border-color css
<style>
span { border-color: #666EF7; }
span { border-color: rgb(102,110,247); }
td.TdClassName
{
border-color: #666EF7;
}
.TagClassName
{
border-color: #666EF7;
}
</style>