Shades of Medium Slate Blue #6576DF
Tints of Medium Slate Blue #6576DF
RGB
CMYK
RGB Variations
Color information
#6576DF (or 0x6576DF) is known color: Medium Slate Blue. HEX triplet: 65, 76 and DF. RGB value is (101,118,223). Sum of RGB (Red+Green+Blue) = 101+118+223=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #6576DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576DF is #9A8920. Grayscale: #7C7C7C. Windows color (decimal): -10127649 or 14644837. OLE color: 14644837.
HSL color Cylindrical-coordinate representation of color #6576DF: hue angle of 231.64º 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 #6576DF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 118 | 223 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.13 |
| HSL | 231.64º | 0.66% | 0.64% | - |
| HSV(B) | 231.64º | 0.55% | 0.87% | - |
| XYZ | 25.16 | 21.05 | 72.55 | - |
| YUV | 124.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 223 | 0.55 | 0.47 | 0 | 0.13 | 231.64 | 0.66 | 0.64 |
| Hex | 65 | 76 | DF | 37 | 2F | 0 | D | E8 | 42 | 40 |
| Octal | 145 | 166 | 337 | 67 | 57 | 0 | 15 | 350 | 102 | 100 |
| Binary | 1100101 | 1110110 | 11011111 | 110111 | 101111 | 0 | 1101 | 11101000 | 1000010 | 1000000 |
Color Harmonies of #6576DF
Complementary color
Monochromatic Colors of #6576DF
Black with #6576DF
Text Example
Text Example
White with #6576DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576DF; }
p { color: rgb(101,118,223); }
H1.HeaderClassName
{
color: #6576DF;
}
.AnyTagClassName
{
color: #6576DF;
}
</style>
background-color css
<style>
a { background-color: #6576DF; }
a { background-color: rgb(101,118,223); }
div.DivClassName
{
background-color: #6576DF;
}
.BgClassName
{
background-color: #6576DF;
}
</style>
border-color css
<style>
span { border-color: #6576DF; }
span { border-color: rgb(101,118,223); }
td.TdClassName
{
border-color: #6576DF;
}
.TagClassName
{
border-color: #6576DF;
}
</style>