Shades of Medium Slate Blue #6570DF
Tints of Medium Slate Blue #6570DF
RGB
CMYK
RGB Variations
Color information
#6570DF (or 0x6570DF) is known color: Medium Slate Blue. HEX triplet: 65, 70 and DF. RGB value is (101,112,223). Sum of RGB (Red+Green+Blue) = 101+112+223=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6570DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570DF is #9A8F20. Grayscale: #787878. Windows color (decimal): -10129185 or 14643301. OLE color: 14643301.
HSL color Cylindrical-coordinate representation of color #6570DF: hue angle of 234.59º 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 #6570DF is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 112 | 223 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.13 |
| HSL | 234.59º | 0.66% | 0.64% | - |
| HSV(B) | 234.59º | 0.55% | 0.87% | - |
| XYZ | 24.48 | 19.68 | 72.32 | - |
| YUV | 121.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 223 | 0.55 | 0.50 | 0 | 0.13 | 234.59 | 0.66 | 0.64 |
| Hex | 65 | 70 | DF | 37 | 32 | 0 | D | EB | 42 | 40 |
| Octal | 145 | 160 | 337 | 67 | 62 | 0 | 15 | 353 | 102 | 100 |
| Binary | 1100101 | 1110000 | 11011111 | 110111 | 110010 | 0 | 1101 | 11101011 | 1000010 | 1000000 |
Color Harmonies of #6570DF
Complementary color
Monochromatic Colors of #6570DF
Black with #6570DF
Text Example
Text Example
White with #6570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6570DF; }
p { color: rgb(101,112,223); }
H1.HeaderClassName
{
color: #6570DF;
}
.AnyTagClassName
{
color: #6570DF;
}
</style>
background-color css
<style>
a { background-color: #6570DF; }
a { background-color: rgb(101,112,223); }
div.DivClassName
{
background-color: #6570DF;
}
.BgClassName
{
background-color: #6570DF;
}
</style>
border-color css
<style>
span { border-color: #6570DF; }
span { border-color: rgb(101,112,223); }
td.TdClassName
{
border-color: #6570DF;
}
.TagClassName
{
border-color: #6570DF;
}
</style>