Shades of Medium Slate Blue #666FF2
Tints of Medium Slate Blue #666FF2
RGB
CMYK
RGB Variations
Color information
#666FF2 (or 0x666FF2) is known color: Medium Slate Blue. HEX triplet: 66, 6F and F2. RGB value is (102,111,242). Sum of RGB (Red+Green+Blue) = 102+111+242=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #666FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FF2 is #99900D. Grayscale: #7A7A7A. Windows color (decimal): -10063886 or 15888230. OLE color: 15888230.
HSL color Cylindrical-coordinate representation of color #666FF2: hue angle of 236.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #666FF2 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 111 | 242 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.05 |
| HSL | 236.14º | 0.84% | 0.67% | - |
| HSV(B) | 236.14º | 0.58% | 0.95% | - |
| XYZ | 27.19 | 20.6 | 86.55 | - |
| YUV | 123.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 242 | 0.58 | 0.54 | 0 | 0.05 | 236.14 | 0.84 | 0.67 |
| Hex | 66 | 6F | F2 | 3A | 36 | 0 | 5 | EC | 54 | 43 |
| Octal | 146 | 157 | 362 | 72 | 66 | 0 | 5 | 354 | 124 | 103 |
| Binary | 1100110 | 1101111 | 11110010 | 111010 | 110110 | 0 | 101 | 11101100 | 1010100 | 1000011 |
Color Harmonies of #666FF2
Complementary color
Monochromatic Colors of #666FF2
Black with #666FF2
Text Example
Text Example
White with #666FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FF2; }
p { color: rgb(102,111,242); }
H1.HeaderClassName
{
color: #666FF2;
}
.AnyTagClassName
{
color: #666FF2;
}
</style>
background-color css
<style>
a { background-color: #666FF2; }
a { background-color: rgb(102,111,242); }
div.DivClassName
{
background-color: #666FF2;
}
.BgClassName
{
background-color: #666FF2;
}
</style>
border-color css
<style>
span { border-color: #666FF2; }
span { border-color: rgb(102,111,242); }
td.TdClassName
{
border-color: #666FF2;
}
.TagClassName
{
border-color: #666FF2;
}
</style>