Shades of Medium Slate Blue #6560FB
Tints of Medium Slate Blue #6560FB
RGB
CMYK
RGB Variations
Color information
#6560FB (or 0x6560FB) is known color: Medium Slate Blue. HEX triplet: 65, 60 and FB. RGB value is (101,96,251). Sum of RGB (Red+Green+Blue) = 101+96+251=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #6560FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6560FB is #9A9F04. Grayscale: #727272. Windows color (decimal): -10133253 or 16474213. OLE color: 16474213.
HSL color Cylindrical-coordinate representation of color #6560FB: hue angle of 241.94º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6560FB is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 96 | 251 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.02 |
| HSL | 241.94º | 0.95% | 0.68% | - |
| HSV(B) | 241.94º | 0.62% | 0.98% | - |
| XYZ | 26.96 | 18.1 | 93.34 | - |
| YUV | 115.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 251 | 0.60 | 0.62 | 0 | 0.02 | 241.94 | 0.95 | 0.68 |
| Hex | 65 | 60 | FB | 3C | 3E | 0 | 2 | F2 | 5F | 44 |
| Octal | 145 | 140 | 373 | 74 | 76 | 0 | 2 | 362 | 137 | 104 |
| Binary | 1100101 | 1100000 | 11111011 | 111100 | 111110 | 0 | 10 | 11110010 | 1011111 | 1000100 |
Color Harmonies of #6560FB
Complementary color
Monochromatic Colors of #6560FB
Black with #6560FB
Text Example
Text Example
White with #6560FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560FB; }
p { color: rgb(101,96,251); }
H1.HeaderClassName
{
color: #6560FB;
}
.AnyTagClassName
{
color: #6560FB;
}
</style>
background-color css
<style>
a { background-color: #6560FB; }
a { background-color: rgb(101,96,251); }
div.DivClassName
{
background-color: #6560FB;
}
.BgClassName
{
background-color: #6560FB;
}
</style>
border-color css
<style>
span { border-color: #6560FB; }
span { border-color: rgb(101,96,251); }
td.TdClassName
{
border-color: #6560FB;
}
.TagClassName
{
border-color: #6560FB;
}
</style>