Shades of Medium Slate Blue #6561FC
Tints of Medium Slate Blue #6561FC
RGB
CMYK
RGB Variations
Color information
#6561FC (or 0x6561FC) is known color: Medium Slate Blue. HEX triplet: 65, 61 and FC. RGB value is (101,97,252). Sum of RGB (Red+Green+Blue) = 101+97+252=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #6561FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561FC is #9A9E03. Grayscale: #737373. Windows color (decimal): -10132996 or 16540005. OLE color: 16540005.
HSL color Cylindrical-coordinate representation of color #6561FC: hue angle of 241.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6561FC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 97 | 252 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.01 |
| HSL | 241.55º | 0.96% | 0.68% | - |
| HSV(B) | 241.55º | 0.62% | 0.99% | - |
| XYZ | 27.21 | 18.34 | 94.2 | - |
| YUV | 115.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 252 | 0.60 | 0.62 | 0 | 0.01 | 241.55 | 0.96 | 0.68 |
| Hex | 65 | 61 | FC | 3C | 3E | 0 | 1 | F2 | 60 | 44 |
| Octal | 145 | 141 | 374 | 74 | 76 | 0 | 1 | 362 | 140 | 104 |
| Binary | 1100101 | 1100001 | 11111100 | 111100 | 111110 | 0 | 1 | 11110010 | 1100000 | 1000100 |
Color Harmonies of #6561FC
Complementary color
Monochromatic Colors of #6561FC
Black with #6561FC
Text Example
Text Example
White with #6561FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561FC; }
p { color: rgb(101,97,252); }
H1.HeaderClassName
{
color: #6561FC;
}
.AnyTagClassName
{
color: #6561FC;
}
</style>
background-color css
<style>
a { background-color: #6561FC; }
a { background-color: rgb(101,97,252); }
div.DivClassName
{
background-color: #6561FC;
}
.BgClassName
{
background-color: #6561FC;
}
</style>
border-color css
<style>
span { border-color: #6561FC; }
span { border-color: rgb(101,97,252); }
td.TdClassName
{
border-color: #6561FC;
}
.TagClassName
{
border-color: #6561FC;
}
</style>