Shades of Medium Slate Blue #6666F7
Tints of Medium Slate Blue #6666F7
RGB
CMYK
RGB Variations
Color information
#6666F7 (or 0x6666F7) is known color: Medium Slate Blue. HEX triplet: 66, 66 and F7. RGB value is (102,102,247). Sum of RGB (Red+Green+Blue) = 102+102+247=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #6666F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6666F7 is #999908. Grayscale: #757575. Windows color (decimal): -10066185 or 16213606. OLE color: 16213606.
HSL color Cylindrical-coordinate representation of color #6666F7: hue angle of 240º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6666F7 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 102 | 247 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.03 |
| HSL | 240º | 0.9% | 0.68% | - |
| HSV(B) | 240º | 0.59% | 0.97% | - |
| XYZ | 27.02 | 19.04 | 90.25 | - |
| YUV | 118.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 247 | 0.59 | 0.59 | 0 | 0.03 | 240 | 0.9 | 0.68 |
| Hex | 66 | 66 | F7 | 3B | 3B | 0 | 3 | F0 | 5A | 44 |
| Octal | 146 | 146 | 367 | 73 | 73 | 0 | 3 | 360 | 132 | 104 |
| Binary | 1100110 | 1100110 | 11110111 | 111011 | 111011 | 0 | 11 | 11110000 | 1011010 | 1000100 |
Color Harmonies of #6666F7
Complementary color
Monochromatic Colors of #6666F7
Black with #6666F7
Text Example
Text Example
White with #6666F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666F7; }
p { color: rgb(102,102,247); }
H1.HeaderClassName
{
color: #6666F7;
}
.AnyTagClassName
{
color: #6666F7;
}
</style>
background-color css
<style>
a { background-color: #6666F7; }
a { background-color: rgb(102,102,247); }
div.DivClassName
{
background-color: #6666F7;
}
.BgClassName
{
background-color: #6666F7;
}
</style>
border-color css
<style>
span { border-color: #6666F7; }
span { border-color: rgb(102,102,247); }
td.TdClassName
{
border-color: #6666F7;
}
.TagClassName
{
border-color: #6666F7;
}
</style>