Shades of Medium Slate Blue #666AFC
Tints of Medium Slate Blue #666AFC
RGB
CMYK
RGB Variations
Color information
#666AFC (or 0x666AFC) is known color: Medium Slate Blue. HEX triplet: 66, 6A and FC. RGB value is (102,106,252). Sum of RGB (Red+Green+Blue) = 102+106+252=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #666AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AFC is #999503. Grayscale: #787878. Windows color (decimal): -10065156 or 16542310. OLE color: 16542310.
HSL color Cylindrical-coordinate representation of color #666AFC: hue angle of 238.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #666AFC is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 106 | 252 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.01 |
| HSL | 238.4º | 0.96% | 0.69% | - |
| HSV(B) | 238.4º | 0.6% | 0.99% | - |
| XYZ | 28.2 | 20.16 | 94.5 | - |
| YUV | 121.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 252 | 0.60 | 0.58 | 0 | 0.01 | 238.4 | 0.96 | 0.69 |
| Hex | 66 | 6A | FC | 3C | 3A | 0 | 1 | EE | 60 | 45 |
| Octal | 146 | 152 | 374 | 74 | 72 | 0 | 1 | 356 | 140 | 105 |
| Binary | 1100110 | 1101010 | 11111100 | 111100 | 111010 | 0 | 1 | 11101110 | 1100000 | 1000101 |
Color Harmonies of #666AFC
Complementary color
Monochromatic Colors of #666AFC
Black with #666AFC
Text Example
Text Example
White with #666AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AFC; }
p { color: rgb(102,106,252); }
H1.HeaderClassName
{
color: #666AFC;
}
.AnyTagClassName
{
color: #666AFC;
}
</style>
background-color css
<style>
a { background-color: #666AFC; }
a { background-color: rgb(102,106,252); }
div.DivClassName
{
background-color: #666AFC;
}
.BgClassName
{
background-color: #666AFC;
}
</style>
border-color css
<style>
span { border-color: #666AFC; }
span { border-color: rgb(102,106,252); }
td.TdClassName
{
border-color: #666AFC;
}
.TagClassName
{
border-color: #666AFC;
}
</style>