Shades of Medium Slate Blue #666AF2
Tints of Medium Slate Blue #666AF2
RGB
CMYK
RGB Variations
Color information
#666AF2 (or 0x666AF2) is known color: Medium Slate Blue. HEX triplet: 66, 6A and F2. RGB value is (102,106,242). Sum of RGB (Red+Green+Blue) = 102+106+242=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #666AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AF2 is #99950D. Grayscale: #777777. Windows color (decimal): -10065166 or 15886950. OLE color: 15886950.
HSL color Cylindrical-coordinate representation of color #666AF2: hue angle of 238.29º degrees, saturation: 0.84, 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 #666AF2 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 106 | 242 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.05 |
| HSL | 238.29º | 0.84% | 0.67% | - |
| HSV(B) | 238.29º | 0.58% | 0.95% | - |
| XYZ | 26.66 | 19.54 | 86.37 | - |
| YUV | 120.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 242 | 0.58 | 0.56 | 0 | 0.05 | 238.29 | 0.84 | 0.67 |
| Hex | 66 | 6A | F2 | 3A | 38 | 0 | 5 | EE | 54 | 43 |
| Octal | 146 | 152 | 362 | 72 | 70 | 0 | 5 | 356 | 124 | 103 |
| Binary | 1100110 | 1101010 | 11110010 | 111010 | 111000 | 0 | 101 | 11101110 | 1010100 | 1000011 |
Color Harmonies of #666AF2
Complementary color
Monochromatic Colors of #666AF2
Black with #666AF2
Text Example
Text Example
White with #666AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AF2; }
p { color: rgb(102,106,242); }
H1.HeaderClassName
{
color: #666AF2;
}
.AnyTagClassName
{
color: #666AF2;
}
</style>
background-color css
<style>
a { background-color: #666AF2; }
a { background-color: rgb(102,106,242); }
div.DivClassName
{
background-color: #666AF2;
}
.BgClassName
{
background-color: #666AF2;
}
</style>
border-color css
<style>
span { border-color: #666AF2; }
span { border-color: rgb(102,106,242); }
td.TdClassName
{
border-color: #666AF2;
}
.TagClassName
{
border-color: #666AF2;
}
</style>