Shades of Medium Slate Blue #6562FA
Tints of Medium Slate Blue #6562FA
RGB
CMYK
RGB Variations
Color information
#6562FA (or 0x6562FA) is known color: Medium Slate Blue. HEX triplet: 65, 62 and FA. RGB value is (101,98,250). Sum of RGB (Red+Green+Blue) = 101+98+250=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6562FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6562FA is #9A9D05. Grayscale: #737373. Windows color (decimal): -10132742 or 16409189. OLE color: 16409189.
HSL color Cylindrical-coordinate representation of color #6562FA: hue angle of 241.18º 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 #6562FA is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 98 | 250 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.02 |
| HSL | 241.18º | 0.94% | 0.68% | - |
| HSV(B) | 241.18º | 0.61% | 0.98% | - |
| XYZ | 26.99 | 18.4 | 92.57 | - |
| YUV | 116.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 250 | 0.60 | 0.61 | 0 | 0.02 | 241.18 | 0.94 | 0.68 |
| Hex | 65 | 62 | FA | 3C | 3D | 0 | 2 | F1 | 5E | 44 |
| Octal | 145 | 142 | 372 | 74 | 75 | 0 | 2 | 361 | 136 | 104 |
| Binary | 1100101 | 1100010 | 11111010 | 111100 | 111101 | 0 | 10 | 11110001 | 1011110 | 1000100 |
Color Harmonies of #6562FA
Complementary color
Monochromatic Colors of #6562FA
Black with #6562FA
Text Example
Text Example
White with #6562FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562FA; }
p { color: rgb(101,98,250); }
H1.HeaderClassName
{
color: #6562FA;
}
.AnyTagClassName
{
color: #6562FA;
}
</style>
background-color css
<style>
a { background-color: #6562FA; }
a { background-color: rgb(101,98,250); }
div.DivClassName
{
background-color: #6562FA;
}
.BgClassName
{
background-color: #6562FA;
}
</style>
border-color css
<style>
span { border-color: #6562FA; }
span { border-color: rgb(101,98,250); }
td.TdClassName
{
border-color: #6562FA;
}
.TagClassName
{
border-color: #6562FA;
}
</style>