Shades of Medium Slate Blue #6561FA
Tints of Medium Slate Blue #6561FA
RGB
CMYK
RGB Variations
Color information
#6561FA (or 0x6561FA) is known color: Medium Slate Blue. HEX triplet: 65, 61 and FA. RGB value is (101,97,250). Sum of RGB (Red+Green+Blue) = 101+97+250=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #6561FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561FA is #9A9E05. Grayscale: #737373. Windows color (decimal): -10132998 or 16408933. OLE color: 16408933.
HSL color Cylindrical-coordinate representation of color #6561FA: hue angle of 241.57º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6561FA is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 97 | 250 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.02 |
| HSL | 241.57º | 0.94% | 0.68% | - |
| HSV(B) | 241.57º | 0.61% | 0.98% | - |
| XYZ | 26.9 | 18.22 | 92.54 | - |
| YUV | 115.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 250 | 0.60 | 0.61 | 0 | 0.02 | 241.57 | 0.94 | 0.68 |
| Hex | 65 | 61 | FA | 3C | 3D | 0 | 2 | F2 | 5E | 44 |
| Octal | 145 | 141 | 372 | 74 | 75 | 0 | 2 | 362 | 136 | 104 |
| Binary | 1100101 | 1100001 | 11111010 | 111100 | 111101 | 0 | 10 | 11110010 | 1011110 | 1000100 |
Color Harmonies of #6561FA
Complementary color
Monochromatic Colors of #6561FA
Black with #6561FA
Text Example
Text Example
White with #6561FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561FA; }
p { color: rgb(101,97,250); }
H1.HeaderClassName
{
color: #6561FA;
}
.AnyTagClassName
{
color: #6561FA;
}
</style>
background-color css
<style>
a { background-color: #6561FA; }
a { background-color: rgb(101,97,250); }
div.DivClassName
{
background-color: #6561FA;
}
.BgClassName
{
background-color: #6561FA;
}
</style>
border-color css
<style>
span { border-color: #6561FA; }
span { border-color: rgb(101,97,250); }
td.TdClassName
{
border-color: #6561FA;
}
.TagClassName
{
border-color: #6561FA;
}
</style>