Shades of Medium Slate Blue #6573FF
Tints of Medium Slate Blue #6573FF
RGB
CMYK
RGB Variations
Color information
#6573FF (or 0x6573FF) is known color: Medium Slate Blue. HEX triplet: 65, 73 and FF. RGB value is (101,115,255). Sum of RGB (Red+Green+Blue) = 101+115+255=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6573FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6573FF is #9A8C00. Grayscale: #7E7E7E. Windows color (decimal): -10128385 or 16741221. OLE color: 16741221.
HSL color Cylindrical-coordinate representation of color #6573FF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6573FF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 115 | 255 | - |
| CMYK | 0.60 | 0.55 | 0 | 0 |
| HSL | 234.55º | 1% | 0.7% | - |
| HSV(B) | 234.55º | 0.6% | 1% | - |
| XYZ | 29.55 | 22.25 | 97.34 | - |
| YUV | 126.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 255 | 0.60 | 0.55 | 0 | 0 | 234.55 | 1 | 0.7 |
| Hex | 65 | 73 | FF | 3C | 37 | 0 | 0 | EB | 64 | 46 |
| Octal | 145 | 163 | 377 | 74 | 67 | 0 | 0 | 353 | 144 | 106 |
| Binary | 1100101 | 1110011 | 11111111 | 111100 | 110111 | 0 | 0 | 11101011 | 1100100 | 1000110 |
Color Harmonies of #6573FF
Complementary color
Monochromatic Colors of #6573FF
Black with #6573FF
Text Example
Text Example
White with #6573FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573FF; }
p { color: rgb(101,115,255); }
H1.HeaderClassName
{
color: #6573FF;
}
.AnyTagClassName
{
color: #6573FF;
}
</style>
background-color css
<style>
a { background-color: #6573FF; }
a { background-color: rgb(101,115,255); }
div.DivClassName
{
background-color: #6573FF;
}
.BgClassName
{
background-color: #6573FF;
}
</style>
border-color css
<style>
span { border-color: #6573FF; }
span { border-color: rgb(101,115,255); }
td.TdClassName
{
border-color: #6573FF;
}
.TagClassName
{
border-color: #6573FF;
}
</style>