Shades of Medium Slate Blue #666AFF
Tints of Medium Slate Blue #666AFF
RGB
CMYK
RGB Variations
Color information
#666AFF (or 0x666AFF) is known color: Medium Slate Blue. HEX triplet: 66, 6A and FF. RGB value is (102,106,255). Sum of RGB (Red+Green+Blue) = 102+106+255=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #666AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AFF is #999500. Grayscale: #797979. Windows color (decimal): -10065153 or 16738918. OLE color: 16738918.
HSL color Cylindrical-coordinate representation of color #666AFF: hue angle of 238.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #666AFF is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 106 | 255 | - |
| CMYK | 0.6 | 0.58 | 0 | 0 |
| HSL | 238.43º | 1% | 0.7% | - |
| HSV(B) | 238.43º | 0.6% | 1% | - |
| XYZ | 28.68 | 20.35 | 97.02 | - |
| YUV | 121.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 255 | 0.6 | 0.58 | 0 | 0 | 238.43 | 1 | 0.7 |
| Hex | 66 | 6A | FF | 3C | 3A | 0 | 0 | EE | 64 | 46 |
| Octal | 146 | 152 | 377 | 74 | 72 | 0 | 0 | 356 | 144 | 106 |
| Binary | 1100110 | 1101010 | 11111111 | 111100 | 111010 | 0 | 0 | 11101110 | 1100100 | 1000110 |
Color Harmonies of #666AFF
Complementary color
Monochromatic Colors of #666AFF
Black with #666AFF
Text Example
Text Example
White with #666AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AFF; }
p { color: rgb(102,106,255); }
H1.HeaderClassName
{
color: #666AFF;
}
.AnyTagClassName
{
color: #666AFF;
}
</style>
background-color css
<style>
a { background-color: #666AFF; }
a { background-color: rgb(102,106,255); }
div.DivClassName
{
background-color: #666AFF;
}
.BgClassName
{
background-color: #666AFF;
}
</style>
border-color css
<style>
span { border-color: #666AFF; }
span { border-color: rgb(102,106,255); }
td.TdClassName
{
border-color: #666AFF;
}
.TagClassName
{
border-color: #666AFF;
}
</style>