Shades of Medium Slate Blue #666BE7
Tints of Medium Slate Blue #666BE7
RGB
CMYK
RGB Variations
Color information
#666BE7 (or 0x666BE7) is known color: Medium Slate Blue. HEX triplet: 66, 6B and E7. RGB value is (102,107,231). Sum of RGB (Red+Green+Blue) = 102+107+231=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #666BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666BE7 is #999418. Grayscale: #777777. Windows color (decimal): -10064921 or 15166310. OLE color: 15166310.
HSL color Cylindrical-coordinate representation of color #666BE7: hue angle of 237.67º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #666BE7 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 107 | 231 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.09 |
| HSL | 237.67º | 0.73% | 0.65% | - |
| HSV(B) | 237.67º | 0.56% | 0.91% | - |
| XYZ | 25.16 | 19.11 | 77.96 | - |
| YUV | 119.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 231 | 0.56 | 0.54 | 0 | 0.09 | 237.67 | 0.73 | 0.65 |
| Hex | 66 | 6B | E7 | 38 | 36 | 0 | 9 | EE | 49 | 41 |
| Octal | 146 | 153 | 347 | 70 | 66 | 0 | 11 | 356 | 111 | 101 |
| Binary | 1100110 | 1101011 | 11100111 | 111000 | 110110 | 0 | 1001 | 11101110 | 1001001 | 1000001 |
Color Harmonies of #666BE7
Complementary color
Monochromatic Colors of #666BE7
Black with #666BE7
Text Example
Text Example
White with #666BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BE7; }
p { color: rgb(102,107,231); }
H1.HeaderClassName
{
color: #666BE7;
}
.AnyTagClassName
{
color: #666BE7;
}
</style>
background-color css
<style>
a { background-color: #666BE7; }
a { background-color: rgb(102,107,231); }
div.DivClassName
{
background-color: #666BE7;
}
.BgClassName
{
background-color: #666BE7;
}
</style>
border-color css
<style>
span { border-color: #666BE7; }
span { border-color: rgb(102,107,231); }
td.TdClassName
{
border-color: #666BE7;
}
.TagClassName
{
border-color: #666BE7;
}
</style>