Shades of Medium Slate Blue #666BF3
Tints of Medium Slate Blue #666BF3
RGB
CMYK
RGB Variations
Color information
#666BF3 (or 0x666BF3) is known color: Medium Slate Blue. HEX triplet: 66, 6B and F3. RGB value is (102,107,243). Sum of RGB (Red+Green+Blue) = 102+107+243=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #666BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666BF3 is #99940C. Grayscale: #787878. Windows color (decimal): -10064909 or 15952742. OLE color: 15952742.
HSL color Cylindrical-coordinate representation of color #666BF3: hue angle of 237.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #666BF3 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 107 | 243 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.05 |
| HSL | 237.87º | 0.85% | 0.68% | - |
| HSV(B) | 237.87º | 0.58% | 0.95% | - |
| XYZ | 26.91 | 19.81 | 87.2 | - |
| YUV | 121.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 243 | 0.58 | 0.56 | 0 | 0.05 | 237.87 | 0.85 | 0.68 |
| Hex | 66 | 6B | F3 | 3A | 38 | 0 | 5 | EE | 55 | 44 |
| Octal | 146 | 153 | 363 | 72 | 70 | 0 | 5 | 356 | 125 | 104 |
| Binary | 1100110 | 1101011 | 11110011 | 111010 | 111000 | 0 | 101 | 11101110 | 1010101 | 1000100 |
Color Harmonies of #666BF3
Complementary color
Monochromatic Colors of #666BF3
Black with #666BF3
Text Example
Text Example
White with #666BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BF3; }
p { color: rgb(102,107,243); }
H1.HeaderClassName
{
color: #666BF3;
}
.AnyTagClassName
{
color: #666BF3;
}
</style>
background-color css
<style>
a { background-color: #666BF3; }
a { background-color: rgb(102,107,243); }
div.DivClassName
{
background-color: #666BF3;
}
.BgClassName
{
background-color: #666BF3;
}
</style>
border-color css
<style>
span { border-color: #666BF3; }
span { border-color: rgb(102,107,243); }
td.TdClassName
{
border-color: #666BF3;
}
.TagClassName
{
border-color: #666BF3;
}
</style>