Shades of Medium Slate Blue #6262F1
Tints of Medium Slate Blue #6262F1
RGB
CMYK
RGB Variations
Color information
#6262F1 (or 0x6262F1) is known color: Medium Slate Blue. HEX triplet: 62, 62 and F1. RGB value is (98,98,241). Sum of RGB (Red+Green+Blue) = 98+98+241=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #6262F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6262F1 is #9D9D0E. Grayscale: #717171. Windows color (decimal): -10329359 or 15819362. OLE color: 15819362.
HSL color Cylindrical-coordinate representation of color #6262F1: hue angle of 240º 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 #6262F1 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 98 | 241 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.05 |
| HSL | 240º | 0.84% | 0.66% | - |
| HSV(B) | 240º | 0.59% | 0.95% | - |
| XYZ | 25.28 | 17.68 | 85.3 | - |
| YUV | 114.3 | 199.5 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 241 | 0.59 | 0.59 | 0 | 0.05 | 240 | 0.84 | 0.66 |
| Hex | 62 | 62 | F1 | 3B | 3B | 0 | 5 | F0 | 54 | 42 |
| Octal | 142 | 142 | 361 | 73 | 73 | 0 | 5 | 360 | 124 | 102 |
| Binary | 1100010 | 1100010 | 11110001 | 111011 | 111011 | 0 | 101 | 11110000 | 1010100 | 1000010 |
Color Harmonies of #6262F1
Complementary color
Monochromatic Colors of #6262F1
Black with #6262F1
Text Example
Text Example
White with #6262F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6262F1; }
p { color: rgb(98,98,241); }
H1.HeaderClassName
{
color: #6262F1;
}
.AnyTagClassName
{
color: #6262F1;
}
</style>
background-color css
<style>
a { background-color: #6262F1; }
a { background-color: rgb(98,98,241); }
div.DivClassName
{
background-color: #6262F1;
}
.BgClassName
{
background-color: #6262F1;
}
</style>
border-color css
<style>
span { border-color: #6262F1; }
span { border-color: rgb(98,98,241); }
td.TdClassName
{
border-color: #6262F1;
}
.TagClassName
{
border-color: #6262F1;
}
</style>