Shades of Medium Slate Blue #6573FA
Tints of Medium Slate Blue #6573FA
RGB
CMYK
RGB Variations
Color information
#6573FA (or 0x6573FA) is known color: Medium Slate Blue. HEX triplet: 65, 73 and FA. RGB value is (101,115,250). Sum of RGB (Red+Green+Blue) = 101+115+250=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #6573FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6573FA is #9A8C05. Grayscale: #7D7D7D. Windows color (decimal): -10128390 or 16413541. OLE color: 16413541.
HSL color Cylindrical-coordinate representation of color #6573FA: hue angle of 234.36º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6573FA is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 115 | 250 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.02 |
| HSL | 234.36º | 0.94% | 0.69% | - |
| HSV(B) | 234.36º | 0.6% | 0.98% | - |
| XYZ | 28.75 | 21.93 | 93.16 | - |
| YUV | 126.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 250 | 0.60 | 0.54 | 0 | 0.02 | 234.36 | 0.94 | 0.69 |
| Hex | 65 | 73 | FA | 3C | 36 | 0 | 2 | EA | 5E | 45 |
| Octal | 145 | 163 | 372 | 74 | 66 | 0 | 2 | 352 | 136 | 105 |
| Binary | 1100101 | 1110011 | 11111010 | 111100 | 110110 | 0 | 10 | 11101010 | 1011110 | 1000101 |
Color Harmonies of #6573FA
Complementary color
Monochromatic Colors of #6573FA
Black with #6573FA
Text Example
Text Example
White with #6573FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573FA; }
p { color: rgb(101,115,250); }
H1.HeaderClassName
{
color: #6573FA;
}
.AnyTagClassName
{
color: #6573FA;
}
</style>
background-color css
<style>
a { background-color: #6573FA; }
a { background-color: rgb(101,115,250); }
div.DivClassName
{
background-color: #6573FA;
}
.BgClassName
{
background-color: #6573FA;
}
</style>
border-color css
<style>
span { border-color: #6573FA; }
span { border-color: rgb(101,115,250); }
td.TdClassName
{
border-color: #6573FA;
}
.TagClassName
{
border-color: #6573FA;
}
</style>