Shades of Medium Slate Blue #6274EB
Tints of Medium Slate Blue #6274EB
RGB
CMYK
RGB Variations
Color information
#6274EB (or 0x6274EB) is known color: Medium Slate Blue. HEX triplet: 62, 74 and EB. RGB value is (98,116,235). Sum of RGB (Red+Green+Blue) = 98+116+235=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #6274EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6274EB is #9D8B14. Grayscale: #7B7B7B. Windows color (decimal): -10324757 or 15430754. OLE color: 15430754.
HSL color Cylindrical-coordinate representation of color #6274EB: hue angle of 232.12º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6274EB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 116 | 235 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.08 |
| HSL | 232.12º | 0.77% | 0.65% | - |
| HSV(B) | 232.12º | 0.58% | 0.92% | - |
| XYZ | 26.28 | 21.09 | 81.28 | - |
| YUV | 124.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 235 | 0.58 | 0.51 | 0 | 0.08 | 232.12 | 0.77 | 0.65 |
| Hex | 62 | 74 | EB | 3A | 33 | 0 | 8 | E8 | 4D | 41 |
| Octal | 142 | 164 | 353 | 72 | 63 | 0 | 10 | 350 | 115 | 101 |
| Binary | 1100010 | 1110100 | 11101011 | 111010 | 110011 | 0 | 1000 | 11101000 | 1001101 | 1000001 |
Color Harmonies of #6274EB
Complementary color
Monochromatic Colors of #6274EB
Black with #6274EB
Text Example
Text Example
White with #6274EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274EB; }
p { color: rgb(98,116,235); }
H1.HeaderClassName
{
color: #6274EB;
}
.AnyTagClassName
{
color: #6274EB;
}
</style>
background-color css
<style>
a { background-color: #6274EB; }
a { background-color: rgb(98,116,235); }
div.DivClassName
{
background-color: #6274EB;
}
.BgClassName
{
background-color: #6274EB;
}
</style>
border-color css
<style>
span { border-color: #6274EB; }
span { border-color: rgb(98,116,235); }
td.TdClassName
{
border-color: #6274EB;
}
.TagClassName
{
border-color: #6274EB;
}
</style>