Shades of Medium Slate Blue #6266F1
Tints of Medium Slate Blue #6266F1
RGB
CMYK
RGB Variations
Color information
#6266F1 (or 0x6266F1) is known color: Medium Slate Blue. HEX triplet: 62, 66 and F1. RGB value is (98,102,241). Sum of RGB (Red+Green+Blue) = 98+102+241=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 102 (40.23% from 255 or 23.13% 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 #6266F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266F1 is #9D990E. Grayscale: #747474. Windows color (decimal): -10328335 or 15820386. OLE color: 15820386.
HSL color Cylindrical-coordinate representation of color #6266F1: hue angle of 238.32º 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 #6266F1 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 102 | 241 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.05 |
| HSL | 238.32º | 0.84% | 0.66% | - |
| HSV(B) | 238.32º | 0.59% | 0.95% | - |
| XYZ | 25.67 | 18.45 | 85.43 | - |
| YUV | 116.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 241 | 0.59 | 0.58 | 0 | 0.05 | 238.32 | 0.84 | 0.66 |
| Hex | 62 | 66 | F1 | 3B | 3A | 0 | 5 | EE | 54 | 42 |
| Octal | 142 | 146 | 361 | 73 | 72 | 0 | 5 | 356 | 124 | 102 |
| Binary | 1100010 | 1100110 | 11110001 | 111011 | 111010 | 0 | 101 | 11101110 | 1010100 | 1000010 |
Color Harmonies of #6266F1
Complementary color
Monochromatic Colors of #6266F1
Black with #6266F1
Text Example
Text Example
White with #6266F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266F1; }
p { color: rgb(98,102,241); }
H1.HeaderClassName
{
color: #6266F1;
}
.AnyTagClassName
{
color: #6266F1;
}
</style>
background-color css
<style>
a { background-color: #6266F1; }
a { background-color: rgb(98,102,241); }
div.DivClassName
{
background-color: #6266F1;
}
.BgClassName
{
background-color: #6266F1;
}
</style>
border-color css
<style>
span { border-color: #6266F1; }
span { border-color: rgb(98,102,241); }
td.TdClassName
{
border-color: #6266F1;
}
.TagClassName
{
border-color: #6266F1;
}
</style>