Shades of Medium Slate Blue #6561FE
Tints of Medium Slate Blue #6561FE
RGB
CMYK
RGB Variations
Color information
#6561FE (or 0x6561FE) is known color: Medium Slate Blue. HEX triplet: 65, 61 and FE. RGB value is (101,97,254). Sum of RGB (Red+Green+Blue) = 101+97+254=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #6561FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561FE is #9A9E01. Grayscale: #737373. Windows color (decimal): -10132994 or 16671077. OLE color: 16671077.
HSL color Cylindrical-coordinate representation of color #6561FE: hue angle of 241.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6561FE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 97 | 254 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.00 |
| HSL | 241.53º | 0.99% | 0.69% | - |
| HSV(B) | 241.53º | 0.62% | 1% | - |
| XYZ | 27.53 | 18.47 | 95.88 | - |
| YUV | 116.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 254 | 0.60 | 0.62 | 0 | 0.00 | 241.53 | 0.99 | 0.69 |
| Hex | 65 | 61 | FE | 3C | 3E | 0 | 0 | F2 | 63 | 45 |
| Octal | 145 | 141 | 376 | 74 | 76 | 0 | 0 | 362 | 143 | 105 |
| Binary | 1100101 | 1100001 | 11111110 | 111100 | 111110 | 0 | 0 | 11110010 | 1100011 | 1000101 |
Color Harmonies of #6561FE
Complementary color
Monochromatic Colors of #6561FE
Black with #6561FE
Text Example
Text Example
White with #6561FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561FE; }
p { color: rgb(101,97,254); }
H1.HeaderClassName
{
color: #6561FE;
}
.AnyTagClassName
{
color: #6561FE;
}
</style>
background-color css
<style>
a { background-color: #6561FE; }
a { background-color: rgb(101,97,254); }
div.DivClassName
{
background-color: #6561FE;
}
.BgClassName
{
background-color: #6561FE;
}
</style>
border-color css
<style>
span { border-color: #6561FE; }
span { border-color: rgb(101,97,254); }
td.TdClassName
{
border-color: #6561FE;
}
.TagClassName
{
border-color: #6561FE;
}
</style>