Shades of Medium Slate Blue #666AF1
Tints of Medium Slate Blue #666AF1
RGB
CMYK
RGB Variations
Color information
#666AF1 (or 0x666AF1) is known color: Medium Slate Blue. HEX triplet: 66, 6A and F1. RGB value is (102,106,241). Sum of RGB (Red+Green+Blue) = 102+106+241=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #666AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AF1 is #99950E. Grayscale: #777777. Windows color (decimal): -10065167 or 15821414. OLE color: 15821414.
HSL color Cylindrical-coordinate representation of color #666AF1: hue angle of 238.27º 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 #666AF1 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 106 | 241 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.05 |
| HSL | 238.27º | 0.83% | 0.67% | - |
| HSV(B) | 238.27º | 0.58% | 0.95% | - |
| XYZ | 26.51 | 19.48 | 85.58 | - |
| YUV | 120.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 241 | 0.58 | 0.56 | 0 | 0.05 | 238.27 | 0.83 | 0.67 |
| Hex | 66 | 6A | F1 | 3A | 38 | 0 | 5 | EE | 53 | 43 |
| Octal | 146 | 152 | 361 | 72 | 70 | 0 | 5 | 356 | 123 | 103 |
| Binary | 1100110 | 1101010 | 11110001 | 111010 | 111000 | 0 | 101 | 11101110 | 1010011 | 1000011 |
Color Harmonies of #666AF1
Complementary color
Monochromatic Colors of #666AF1
Black with #666AF1
Text Example
Text Example
White with #666AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AF1; }
p { color: rgb(102,106,241); }
H1.HeaderClassName
{
color: #666AF1;
}
.AnyTagClassName
{
color: #666AF1;
}
</style>
background-color css
<style>
a { background-color: #666AF1; }
a { background-color: rgb(102,106,241); }
div.DivClassName
{
background-color: #666AF1;
}
.BgClassName
{
background-color: #666AF1;
}
</style>
border-color css
<style>
span { border-color: #666AF1; }
span { border-color: rgb(102,106,241); }
td.TdClassName
{
border-color: #666AF1;
}
.TagClassName
{
border-color: #666AF1;
}
</style>