Shades of Medium Slate Blue #6662F1
Tints of Medium Slate Blue #6662F1
RGB
CMYK
RGB Variations
Color information
#6662F1 (or 0x6662F1) is known color: Medium Slate Blue. HEX triplet: 66, 62 and F1. RGB value is (102,98,241). Sum of RGB (Red+Green+Blue) = 102+98+241=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #6662F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6662F1 is #999D0E. Grayscale: #727272. Windows color (decimal): -10067215 or 15819366. OLE color: 15819366.
HSL color Cylindrical-coordinate representation of color #6662F1: hue angle of 241.68º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6662F1 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 98 | 241 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.05 |
| HSL | 241.68º | 0.84% | 0.66% | - |
| HSV(B) | 241.68º | 0.59% | 0.95% | - |
| XYZ | 25.72 | 17.91 | 85.32 | - |
| YUV | 115.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 241 | 0.58 | 0.59 | 0 | 0.05 | 241.68 | 0.84 | 0.66 |
| Hex | 66 | 62 | F1 | 3A | 3B | 0 | 5 | F2 | 54 | 42 |
| Octal | 146 | 142 | 361 | 72 | 73 | 0 | 5 | 362 | 124 | 102 |
| Binary | 1100110 | 1100010 | 11110001 | 111010 | 111011 | 0 | 101 | 11110010 | 1010100 | 1000010 |
Color Harmonies of #6662F1
Complementary color
Monochromatic Colors of #6662F1
Black with #6662F1
Text Example
Text Example
White with #6662F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6662F1; }
p { color: rgb(102,98,241); }
H1.HeaderClassName
{
color: #6662F1;
}
.AnyTagClassName
{
color: #6662F1;
}
</style>
background-color css
<style>
a { background-color: #6662F1; }
a { background-color: rgb(102,98,241); }
div.DivClassName
{
background-color: #6662F1;
}
.BgClassName
{
background-color: #6662F1;
}
</style>
border-color css
<style>
span { border-color: #6662F1; }
span { border-color: rgb(102,98,241); }
td.TdClassName
{
border-color: #6662F1;
}
.TagClassName
{
border-color: #6662F1;
}
</style>