Shades of Medium Slate Blue #6274FA
Tints of Medium Slate Blue #6274FA
RGB
CMYK
RGB Variations
Color information
#6274FA (or 0x6274FA) is known color: Medium Slate Blue. HEX triplet: 62, 74 and FA. RGB value is (98,116,250). Sum of RGB (Red+Green+Blue) = 98+116+250=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #6274FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6274FA is #9D8B05. Grayscale: #7D7D7D. Windows color (decimal): -10324742 or 16413794. OLE color: 16413794.
HSL color Cylindrical-coordinate representation of color #6274FA: hue angle of 232.89º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6274FA is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 116 | 250 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.02 |
| HSL | 232.89º | 0.94% | 0.68% | - |
| HSV(B) | 232.89º | 0.61% | 0.98% | - |
| XYZ | 28.54 | 21.99 | 93.18 | - |
| YUV | 125.89 | 198.04 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 250 | 0.61 | 0.54 | 0 | 0.02 | 232.89 | 0.94 | 0.68 |
| Hex | 62 | 74 | FA | 3D | 36 | 0 | 2 | E9 | 5E | 44 |
| Octal | 142 | 164 | 372 | 75 | 66 | 0 | 2 | 351 | 136 | 104 |
| Binary | 1100010 | 1110100 | 11111010 | 111101 | 110110 | 0 | 10 | 11101001 | 1011110 | 1000100 |
Color Harmonies of #6274FA
Complementary color
Monochromatic Colors of #6274FA
Black with #6274FA
Text Example
Text Example
White with #6274FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274FA; }
p { color: rgb(98,116,250); }
H1.HeaderClassName
{
color: #6274FA;
}
.AnyTagClassName
{
color: #6274FA;
}
</style>
background-color css
<style>
a { background-color: #6274FA; }
a { background-color: rgb(98,116,250); }
div.DivClassName
{
background-color: #6274FA;
}
.BgClassName
{
background-color: #6274FA;
}
</style>
border-color css
<style>
span { border-color: #6274FA; }
span { border-color: rgb(98,116,250); }
td.TdClassName
{
border-color: #6274FA;
}
.TagClassName
{
border-color: #6274FA;
}
</style>