Shades of Medium Slate Blue #666DFA
Tints of Medium Slate Blue #666DFA
RGB
CMYK
RGB Variations
Color information
#666DFA (or 0x666DFA) is known color: Medium Slate Blue. HEX triplet: 66, 6D and FA. RGB value is (102,109,250). Sum of RGB (Red+Green+Blue) = 102+109+250=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #666DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666DFA is #999205. Grayscale: #7A7A7A. Windows color (decimal): -10064390 or 16412006. OLE color: 16412006.
HSL color Cylindrical-coordinate representation of color #666DFA: hue angle of 237.16º 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 #666DFA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 109 | 250 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.02 |
| HSL | 237.16º | 0.94% | 0.69% | - |
| HSV(B) | 237.16º | 0.59% | 0.98% | - |
| XYZ | 28.2 | 20.66 | 92.94 | - |
| YUV | 122.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 250 | 0.59 | 0.56 | 0 | 0.02 | 237.16 | 0.94 | 0.69 |
| Hex | 66 | 6D | FA | 3B | 38 | 0 | 2 | ED | 5E | 45 |
| Octal | 146 | 155 | 372 | 73 | 70 | 0 | 2 | 355 | 136 | 105 |
| Binary | 1100110 | 1101101 | 11111010 | 111011 | 111000 | 0 | 10 | 11101101 | 1011110 | 1000101 |
Color Harmonies of #666DFA
Complementary color
Monochromatic Colors of #666DFA
Black with #666DFA
Text Example
Text Example
White with #666DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DFA; }
p { color: rgb(102,109,250); }
H1.HeaderClassName
{
color: #666DFA;
}
.AnyTagClassName
{
color: #666DFA;
}
</style>
background-color css
<style>
a { background-color: #666DFA; }
a { background-color: rgb(102,109,250); }
div.DivClassName
{
background-color: #666DFA;
}
.BgClassName
{
background-color: #666DFA;
}
</style>
border-color css
<style>
span { border-color: #666DFA; }
span { border-color: rgb(102,109,250); }
td.TdClassName
{
border-color: #666DFA;
}
.TagClassName
{
border-color: #666DFA;
}
</style>