Shades of Medium Slate Blue #666AF6
Tints of Medium Slate Blue #666AF6
RGB
CMYK
RGB Variations
Color information
#666AF6 (or 0x666AF6) is known color: Medium Slate Blue. HEX triplet: 66, 6A and F6. RGB value is (102,106,246). Sum of RGB (Red+Green+Blue) = 102+106+246=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #666AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AF6 is #999509. Grayscale: #787878. Windows color (decimal): -10065162 or 16149094. OLE color: 16149094.
HSL color Cylindrical-coordinate representation of color #666AF6: hue angle of 238.33º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666AF6 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 106 | 246 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.04 |
| HSL | 238.33º | 0.89% | 0.68% | - |
| HSV(B) | 238.33º | 0.59% | 0.96% | - |
| XYZ | 27.27 | 19.79 | 89.57 | - |
| YUV | 120.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 246 | 0.59 | 0.57 | 0 | 0.04 | 238.33 | 0.89 | 0.68 |
| Hex | 66 | 6A | F6 | 3B | 39 | 0 | 4 | EE | 59 | 44 |
| Octal | 146 | 152 | 366 | 73 | 71 | 0 | 4 | 356 | 131 | 104 |
| Binary | 1100110 | 1101010 | 11110110 | 111011 | 111001 | 0 | 100 | 11101110 | 1011001 | 1000100 |
Color Harmonies of #666AF6
Complementary color
Monochromatic Colors of #666AF6
Black with #666AF6
Text Example
Text Example
White with #666AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AF6; }
p { color: rgb(102,106,246); }
H1.HeaderClassName
{
color: #666AF6;
}
.AnyTagClassName
{
color: #666AF6;
}
</style>
background-color css
<style>
a { background-color: #666AF6; }
a { background-color: rgb(102,106,246); }
div.DivClassName
{
background-color: #666AF6;
}
.BgClassName
{
background-color: #666AF6;
}
</style>
border-color css
<style>
span { border-color: #666AF6; }
span { border-color: rgb(102,106,246); }
td.TdClassName
{
border-color: #666AF6;
}
.TagClassName
{
border-color: #666AF6;
}
</style>