Shades of Medium Slate Blue #666AE6
Tints of Medium Slate Blue #666AE6
RGB
CMYK
RGB Variations
Color information
#666AE6 (or 0x666AE6) is known color: Medium Slate Blue. HEX triplet: 66, 6A and E6. RGB value is (102,106,230). Sum of RGB (Red+Green+Blue) = 102+106+230=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #666AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AE6 is #999519. Grayscale: #767676. Windows color (decimal): -10065178 or 15100518. OLE color: 15100518.
HSL color Cylindrical-coordinate representation of color #666AE6: hue angle of 238.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #666AE6 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 106 | 230 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.10 |
| HSL | 238.13º | 0.72% | 0.65% | - |
| HSV(B) | 238.13º | 0.56% | 0.9% | - |
| XYZ | 24.92 | 18.85 | 77.19 | - |
| YUV | 118.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 230 | 0.56 | 0.54 | 0 | 0.10 | 238.13 | 0.72 | 0.65 |
| Hex | 66 | 6A | E6 | 38 | 36 | 0 | A | EE | 48 | 41 |
| Octal | 146 | 152 | 346 | 70 | 66 | 0 | 12 | 356 | 110 | 101 |
| Binary | 1100110 | 1101010 | 11100110 | 111000 | 110110 | 0 | 1010 | 11101110 | 1001000 | 1000001 |
Color Harmonies of #666AE6
Complementary color
Monochromatic Colors of #666AE6
Black with #666AE6
Text Example
Text Example
White with #666AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AE6; }
p { color: rgb(102,106,230); }
H1.HeaderClassName
{
color: #666AE6;
}
.AnyTagClassName
{
color: #666AE6;
}
</style>
background-color css
<style>
a { background-color: #666AE6; }
a { background-color: rgb(102,106,230); }
div.DivClassName
{
background-color: #666AE6;
}
.BgClassName
{
background-color: #666AE6;
}
</style>
border-color css
<style>
span { border-color: #666AE6; }
span { border-color: rgb(102,106,230); }
td.TdClassName
{
border-color: #666AE6;
}
.TagClassName
{
border-color: #666AE6;
}
</style>