Shades of Medium Slate Blue #666FFA
Tints of Medium Slate Blue #666FFA
RGB
CMYK
RGB Variations
Color information
#666FFA (or 0x666FFA) is known color: Medium Slate Blue. HEX triplet: 66, 6F and FA. RGB value is (102,111,250). Sum of RGB (Red+Green+Blue) = 102+111+250=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #666FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FFA is #999005. Grayscale: #7B7B7B. Windows color (decimal): -10063878 or 16412518. OLE color: 16412518.
HSL color Cylindrical-coordinate representation of color #666FFA: hue angle of 236.35º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666FFA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 111 | 250 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.02 |
| HSL | 236.35º | 0.94% | 0.69% | - |
| HSV(B) | 236.35º | 0.59% | 0.98% | - |
| XYZ | 28.42 | 21.1 | 93.02 | - |
| YUV | 124.16 | 199.02 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 250 | 0.59 | 0.56 | 0 | 0.02 | 236.35 | 0.94 | 0.69 |
| Hex | 66 | 6F | FA | 3B | 38 | 0 | 2 | EC | 5E | 45 |
| Octal | 146 | 157 | 372 | 73 | 70 | 0 | 2 | 354 | 136 | 105 |
| Binary | 1100110 | 1101111 | 11111010 | 111011 | 111000 | 0 | 10 | 11101100 | 1011110 | 1000101 |
Color Harmonies of #666FFA
Complementary color
Monochromatic Colors of #666FFA
Black with #666FFA
Text Example
Text Example
White with #666FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FFA; }
p { color: rgb(102,111,250); }
H1.HeaderClassName
{
color: #666FFA;
}
.AnyTagClassName
{
color: #666FFA;
}
</style>
background-color css
<style>
a { background-color: #666FFA; }
a { background-color: rgb(102,111,250); }
div.DivClassName
{
background-color: #666FFA;
}
.BgClassName
{
background-color: #666FFA;
}
</style>
border-color css
<style>
span { border-color: #666FFA; }
span { border-color: rgb(102,111,250); }
td.TdClassName
{
border-color: #666FFA;
}
.TagClassName
{
border-color: #666FFA;
}
</style>