Shades of Medium Slate Blue #6560F6
Tints of Medium Slate Blue #6560F6
RGB
CMYK
RGB Variations
Color information
#6560F6 (or 0x6560F6) is known color: Medium Slate Blue. HEX triplet: 65, 60 and F6. RGB value is (101,96,246). Sum of RGB (Red+Green+Blue) = 101+96+246=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #6560F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6560F6 is #9A9F09. Grayscale: #727272. Windows color (decimal): -10133258 or 16146533. OLE color: 16146533.
HSL color Cylindrical-coordinate representation of color #6560F6: hue angle of 242º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6560F6 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 96 | 246 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.04 |
| HSL | 242º | 0.89% | 0.67% | - |
| HSV(B) | 242º | 0.61% | 0.96% | - |
| XYZ | 26.18 | 17.79 | 89.24 | - |
| YUV | 114.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 246 | 0.59 | 0.61 | 0 | 0.04 | 242 | 0.89 | 0.67 |
| Hex | 65 | 60 | F6 | 3B | 3D | 0 | 4 | F2 | 59 | 43 |
| Octal | 145 | 140 | 366 | 73 | 75 | 0 | 4 | 362 | 131 | 103 |
| Binary | 1100101 | 1100000 | 11110110 | 111011 | 111101 | 0 | 100 | 11110010 | 1011001 | 1000011 |
Color Harmonies of #6560F6
Complementary color
Monochromatic Colors of #6560F6
Black with #6560F6
Text Example
Text Example
White with #6560F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560F6; }
p { color: rgb(101,96,246); }
H1.HeaderClassName
{
color: #6560F6;
}
.AnyTagClassName
{
color: #6560F6;
}
</style>
background-color css
<style>
a { background-color: #6560F6; }
a { background-color: rgb(101,96,246); }
div.DivClassName
{
background-color: #6560F6;
}
.BgClassName
{
background-color: #6560F6;
}
</style>
border-color css
<style>
span { border-color: #6560F6; }
span { border-color: rgb(101,96,246); }
td.TdClassName
{
border-color: #6560F6;
}
.TagClassName
{
border-color: #6560F6;
}
</style>