Shades of Medium Slate Blue #666BE1
Tints of Medium Slate Blue #666BE1
RGB
CMYK
RGB Variations
Color information
#666BE1 (or 0x666BE1) is known color: Medium Slate Blue. HEX triplet: 66, 6B and E1. RGB value is (102,107,225). Sum of RGB (Red+Green+Blue) = 102+107+225=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #666BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BE1 is #99941E. Grayscale: #767676. Windows color (decimal): -10064927 or 14773094. OLE color: 14773094.
HSL color Cylindrical-coordinate representation of color #666BE1: hue angle of 237.56º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #666BE1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 107 | 225 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.12 |
| HSL | 237.56º | 0.67% | 0.64% | - |
| HSV(B) | 237.56º | 0.55% | 0.88% | - |
| XYZ | 24.33 | 18.78 | 73.58 | - |
| YUV | 118.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 225 | 0.55 | 0.52 | 0 | 0.12 | 237.56 | 0.67 | 0.64 |
| Hex | 66 | 6B | E1 | 37 | 34 | 0 | C | EE | 43 | 40 |
| Octal | 146 | 153 | 341 | 67 | 64 | 0 | 14 | 356 | 103 | 100 |
| Binary | 1100110 | 1101011 | 11100001 | 110111 | 110100 | 0 | 1100 | 11101110 | 1000011 | 1000000 |
Color Harmonies of #666BE1
Complementary color
Monochromatic Colors of #666BE1
Black with #666BE1
Text Example
Text Example
White with #666BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BE1; }
p { color: rgb(102,107,225); }
H1.HeaderClassName
{
color: #666BE1;
}
.AnyTagClassName
{
color: #666BE1;
}
</style>
background-color css
<style>
a { background-color: #666BE1; }
a { background-color: rgb(102,107,225); }
div.DivClassName
{
background-color: #666BE1;
}
.BgClassName
{
background-color: #666BE1;
}
</style>
border-color css
<style>
span { border-color: #666BE1; }
span { border-color: rgb(102,107,225); }
td.TdClassName
{
border-color: #666BE1;
}
.TagClassName
{
border-color: #666BE1;
}
</style>