Shades of Medium Slate Blue #6560F8
Tints of Medium Slate Blue #6560F8
RGB
CMYK
RGB Variations
Color information
#6560F8 (or 0x6560F8) is known color: Medium Slate Blue. HEX triplet: 65, 60 and F8. RGB value is (101,96,248). Sum of RGB (Red+Green+Blue) = 101+96+248=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #6560F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6560F8 is #9A9F07. Grayscale: #727272. Windows color (decimal): -10133256 or 16277605. OLE color: 16277605.
HSL color Cylindrical-coordinate representation of color #6560F8: hue angle of 241.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6560F8 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 96 | 248 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.03 |
| HSL | 241.97º | 0.92% | 0.67% | - |
| HSV(B) | 241.97º | 0.61% | 0.97% | - |
| XYZ | 26.49 | 17.91 | 90.87 | - |
| YUV | 114.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 248 | 0.59 | 0.61 | 0 | 0.03 | 241.97 | 0.92 | 0.67 |
| Hex | 65 | 60 | F8 | 3B | 3D | 0 | 3 | F2 | 5C | 43 |
| Octal | 145 | 140 | 370 | 73 | 75 | 0 | 3 | 362 | 134 | 103 |
| Binary | 1100101 | 1100000 | 11111000 | 111011 | 111101 | 0 | 11 | 11110010 | 1011100 | 1000011 |
Color Harmonies of #6560F8
Complementary color
Monochromatic Colors of #6560F8
Black with #6560F8
Text Example
Text Example
White with #6560F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560F8; }
p { color: rgb(101,96,248); }
H1.HeaderClassName
{
color: #6560F8;
}
.AnyTagClassName
{
color: #6560F8;
}
</style>
background-color css
<style>
a { background-color: #6560F8; }
a { background-color: rgb(101,96,248); }
div.DivClassName
{
background-color: #6560F8;
}
.BgClassName
{
background-color: #6560F8;
}
</style>
border-color css
<style>
span { border-color: #6560F8; }
span { border-color: rgb(101,96,248); }
td.TdClassName
{
border-color: #6560F8;
}
.TagClassName
{
border-color: #6560F8;
}
</style>