Shades of Medium Slate Blue #666FEA
Tints of Medium Slate Blue #666FEA
RGB
CMYK
RGB Variations
Color information
#666FEA (or 0x666FEA) is known color: Medium Slate Blue. HEX triplet: 66, 6F and EA. RGB value is (102,111,234). Sum of RGB (Red+Green+Blue) = 102+111+234=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #666FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666FEA is #999015. Grayscale: #797979. Windows color (decimal): -10063894 or 15363942. OLE color: 15363942.
HSL color Cylindrical-coordinate representation of color #666FEA: hue angle of 235.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #666FEA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 111 | 234 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.08 |
| HSL | 235.91º | 0.76% | 0.66% | - |
| HSV(B) | 235.91º | 0.56% | 0.92% | - |
| XYZ | 26.02 | 20.13 | 80.36 | - |
| YUV | 122.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 234 | 0.56 | 0.53 | 0 | 0.08 | 235.91 | 0.76 | 0.66 |
| Hex | 66 | 6F | EA | 38 | 35 | 0 | 8 | EC | 4C | 42 |
| Octal | 146 | 157 | 352 | 70 | 65 | 0 | 10 | 354 | 114 | 102 |
| Binary | 1100110 | 1101111 | 11101010 | 111000 | 110101 | 0 | 1000 | 11101100 | 1001100 | 1000010 |
Color Harmonies of #666FEA
Complementary color
Monochromatic Colors of #666FEA
Black with #666FEA
Text Example
Text Example
White with #666FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FEA; }
p { color: rgb(102,111,234); }
H1.HeaderClassName
{
color: #666FEA;
}
.AnyTagClassName
{
color: #666FEA;
}
</style>
background-color css
<style>
a { background-color: #666FEA; }
a { background-color: rgb(102,111,234); }
div.DivClassName
{
background-color: #666FEA;
}
.BgClassName
{
background-color: #666FEA;
}
</style>
border-color css
<style>
span { border-color: #666FEA; }
span { border-color: rgb(102,111,234); }
td.TdClassName
{
border-color: #666FEA;
}
.TagClassName
{
border-color: #666FEA;
}
</style>