Shades of Medium Slate Blue #6573DF
Tints of Medium Slate Blue #6573DF
RGB
CMYK
RGB Variations
Color information
#6573DF (or 0x6573DF) is known color: Medium Slate Blue. HEX triplet: 65, 73 and DF. RGB value is (101,115,223). Sum of RGB (Red+Green+Blue) = 101+115+223=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #6573DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573DF is #9A8C20. Grayscale: #7A7A7A. Windows color (decimal): -10128417 or 14644069. OLE color: 14644069.
HSL color Cylindrical-coordinate representation of color #6573DF: hue angle of 233.11º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6573DF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 115 | 223 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.13 |
| HSL | 233.11º | 0.66% | 0.64% | - |
| HSV(B) | 233.11º | 0.55% | 0.87% | - |
| XYZ | 24.82 | 20.36 | 72.43 | - |
| YUV | 123.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 223 | 0.55 | 0.48 | 0 | 0.13 | 233.11 | 0.66 | 0.64 |
| Hex | 65 | 73 | DF | 37 | 30 | 0 | D | E9 | 42 | 40 |
| Octal | 145 | 163 | 337 | 67 | 60 | 0 | 15 | 351 | 102 | 100 |
| Binary | 1100101 | 1110011 | 11011111 | 110111 | 110000 | 0 | 1101 | 11101001 | 1000010 | 1000000 |
Color Harmonies of #6573DF
Complementary color
Monochromatic Colors of #6573DF
Black with #6573DF
Text Example
Text Example
White with #6573DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573DF; }
p { color: rgb(101,115,223); }
H1.HeaderClassName
{
color: #6573DF;
}
.AnyTagClassName
{
color: #6573DF;
}
</style>
background-color css
<style>
a { background-color: #6573DF; }
a { background-color: rgb(101,115,223); }
div.DivClassName
{
background-color: #6573DF;
}
.BgClassName
{
background-color: #6573DF;
}
</style>
border-color css
<style>
span { border-color: #6573DF; }
span { border-color: rgb(101,115,223); }
td.TdClassName
{
border-color: #6573DF;
}
.TagClassName
{
border-color: #6573DF;
}
</style>