Shades of Medium Slate Blue #666FF1
Tints of Medium Slate Blue #666FF1
RGB
CMYK
RGB Variations
Color information
#666FF1 (or 0x666FF1) is known color: Medium Slate Blue. HEX triplet: 66, 6F and F1. RGB value is (102,111,241). Sum of RGB (Red+Green+Blue) = 102+111+241=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #666FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FF1 is #99900E. Grayscale: #7A7A7A. Windows color (decimal): -10063887 or 15822694. OLE color: 15822694.
HSL color Cylindrical-coordinate representation of color #666FF1: hue angle of 236.12º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #666FF1 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 111 | 241 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.05 |
| HSL | 236.12º | 0.83% | 0.67% | - |
| HSV(B) | 236.12º | 0.58% | 0.95% | - |
| XYZ | 27.04 | 20.54 | 85.76 | - |
| YUV | 123.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 241 | 0.58 | 0.54 | 0 | 0.05 | 236.12 | 0.83 | 0.67 |
| Hex | 66 | 6F | F1 | 3A | 36 | 0 | 5 | EC | 53 | 43 |
| Octal | 146 | 157 | 361 | 72 | 66 | 0 | 5 | 354 | 123 | 103 |
| Binary | 1100110 | 1101111 | 11110001 | 111010 | 110110 | 0 | 101 | 11101100 | 1010011 | 1000011 |
Color Harmonies of #666FF1
Complementary color
Monochromatic Colors of #666FF1
Black with #666FF1
Text Example
Text Example
White with #666FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FF1; }
p { color: rgb(102,111,241); }
H1.HeaderClassName
{
color: #666FF1;
}
.AnyTagClassName
{
color: #666FF1;
}
</style>
background-color css
<style>
a { background-color: #666FF1; }
a { background-color: rgb(102,111,241); }
div.DivClassName
{
background-color: #666FF1;
}
.BgClassName
{
background-color: #666FF1;
}
</style>
border-color css
<style>
span { border-color: #666FF1; }
span { border-color: rgb(102,111,241); }
td.TdClassName
{
border-color: #666FF1;
}
.TagClassName
{
border-color: #666FF1;
}
</style>