Shades of Medium Slate Blue #666CFA
Tints of Medium Slate Blue #666CFA
RGB
CMYK
RGB Variations
Color information
#666CFA (or 0x666CFA) is known color: Medium Slate Blue. HEX triplet: 66, 6C and FA. RGB value is (102,108,250). Sum of RGB (Red+Green+Blue) = 102+108+250=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #666CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666CFA is #999305. Grayscale: #797979. Windows color (decimal): -10064646 or 16411750. OLE color: 16411750.
HSL color Cylindrical-coordinate representation of color #666CFA: hue angle of 237.57º 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 #666CFA is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 108 | 250 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.02 |
| HSL | 237.57º | 0.94% | 0.69% | - |
| HSV(B) | 237.57º | 0.59% | 0.98% | - |
| XYZ | 28.1 | 20.45 | 92.91 | - |
| YUV | 122.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 250 | 0.59 | 0.57 | 0 | 0.02 | 237.57 | 0.94 | 0.69 |
| Hex | 66 | 6C | FA | 3B | 39 | 0 | 2 | EE | 5E | 45 |
| Octal | 146 | 154 | 372 | 73 | 71 | 0 | 2 | 356 | 136 | 105 |
| Binary | 1100110 | 1101100 | 11111010 | 111011 | 111001 | 0 | 10 | 11101110 | 1011110 | 1000101 |
Color Harmonies of #666CFA
Complementary color
Monochromatic Colors of #666CFA
Black with #666CFA
Text Example
Text Example
White with #666CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CFA; }
p { color: rgb(102,108,250); }
H1.HeaderClassName
{
color: #666CFA;
}
.AnyTagClassName
{
color: #666CFA;
}
</style>
background-color css
<style>
a { background-color: #666CFA; }
a { background-color: rgb(102,108,250); }
div.DivClassName
{
background-color: #666CFA;
}
.BgClassName
{
background-color: #666CFA;
}
</style>
border-color css
<style>
span { border-color: #666CFA; }
span { border-color: rgb(102,108,250); }
td.TdClassName
{
border-color: #666CFA;
}
.TagClassName
{
border-color: #666CFA;
}
</style>