Shades of Medium Slate Blue #6661F1
Tints of Medium Slate Blue #6661F1
RGB
CMYK
RGB Variations
Color information
#6661F1 (or 0x6661F1) is known color: Medium Slate Blue. HEX triplet: 66, 61 and F1. RGB value is (102,97,241). Sum of RGB (Red+Green+Blue) = 102+97+241=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #6661F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6661F1 is #999E0E. Grayscale: #727272. Windows color (decimal): -10067471 or 15819110. OLE color: 15819110.
HSL color Cylindrical-coordinate representation of color #6661F1: hue angle of 242.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6661F1 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 97 | 241 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.05 |
| HSL | 242.08º | 0.84% | 0.66% | - |
| HSV(B) | 242.08º | 0.6% | 0.95% | - |
| XYZ | 25.63 | 17.73 | 85.29 | - |
| YUV | 114.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 241 | 0.58 | 0.60 | 0 | 0.05 | 242.08 | 0.84 | 0.66 |
| Hex | 66 | 61 | F1 | 3A | 3C | 0 | 5 | F2 | 54 | 42 |
| Octal | 146 | 141 | 361 | 72 | 74 | 0 | 5 | 362 | 124 | 102 |
| Binary | 1100110 | 1100001 | 11110001 | 111010 | 111100 | 0 | 101 | 11110010 | 1010100 | 1000010 |
Color Harmonies of #6661F1
Complementary color
Monochromatic Colors of #6661F1
Black with #6661F1
Text Example
Text Example
White with #6661F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661F1; }
p { color: rgb(102,97,241); }
H1.HeaderClassName
{
color: #6661F1;
}
.AnyTagClassName
{
color: #6661F1;
}
</style>
background-color css
<style>
a { background-color: #6661F1; }
a { background-color: rgb(102,97,241); }
div.DivClassName
{
background-color: #6661F1;
}
.BgClassName
{
background-color: #6661F1;
}
</style>
border-color css
<style>
span { border-color: #6661F1; }
span { border-color: rgb(102,97,241); }
td.TdClassName
{
border-color: #6661F1;
}
.TagClassName
{
border-color: #6661F1;
}
</style>