Shades of Medium Slate Blue #6571DF
Tints of Medium Slate Blue #6571DF
RGB
CMYK
RGB Variations
Color information
#6571DF (or 0x6571DF) is known color: Medium Slate Blue. HEX triplet: 65, 71 and DF. RGB value is (101,113,223). Sum of RGB (Red+Green+Blue) = 101+113+223=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6571DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571DF is #9A8E20. Grayscale: #797979. Windows color (decimal): -10128929 or 14643557. OLE color: 14643557.
HSL color Cylindrical-coordinate representation of color #6571DF: hue angle of 234.1º 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 #6571DF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 113 | 223 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.13 |
| HSL | 234.1º | 0.66% | 0.64% | - |
| HSV(B) | 234.1º | 0.55% | 0.87% | - |
| XYZ | 24.59 | 19.9 | 72.36 | - |
| YUV | 121.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 223 | 0.55 | 0.49 | 0 | 0.13 | 234.1 | 0.66 | 0.64 |
| Hex | 65 | 71 | DF | 37 | 31 | 0 | D | EA | 42 | 40 |
| Octal | 145 | 161 | 337 | 67 | 61 | 0 | 15 | 352 | 102 | 100 |
| Binary | 1100101 | 1110001 | 11011111 | 110111 | 110001 | 0 | 1101 | 11101010 | 1000010 | 1000000 |
Color Harmonies of #6571DF
Complementary color
Monochromatic Colors of #6571DF
Black with #6571DF
Text Example
Text Example
White with #6571DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6571DF; }
p { color: rgb(101,113,223); }
H1.HeaderClassName
{
color: #6571DF;
}
.AnyTagClassName
{
color: #6571DF;
}
</style>
background-color css
<style>
a { background-color: #6571DF; }
a { background-color: rgb(101,113,223); }
div.DivClassName
{
background-color: #6571DF;
}
.BgClassName
{
background-color: #6571DF;
}
</style>
border-color css
<style>
span { border-color: #6571DF; }
span { border-color: rgb(101,113,223); }
td.TdClassName
{
border-color: #6571DF;
}
.TagClassName
{
border-color: #6571DF;
}
</style>