Shades of Medium Slate Blue #656DFF
Tints of Medium Slate Blue #656DFF
RGB
CMYK
RGB Variations
Color information
#656DFF (or 0x656DFF) is known color: Medium Slate Blue. HEX triplet: 65, 6D and FF. RGB value is (101,109,255). Sum of RGB (Red+Green+Blue) = 101+109+255=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #656DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656DFF is #9A9200. Grayscale: #7A7A7A. Windows color (decimal): -10129921 or 16739685. OLE color: 16739685.
HSL color Cylindrical-coordinate representation of color #656DFF: hue angle of 236.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656DFF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 109 | 255 | - |
| CMYK | 0.60 | 0.57 | 0 | 0 |
| HSL | 236.88º | 1% | 0.7% | - |
| HSV(B) | 236.88º | 0.6% | 1% | - |
| XYZ | 28.89 | 20.92 | 97.12 | - |
| YUV | 123.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 255 | 0.60 | 0.57 | 0 | 0 | 236.88 | 1 | 0.7 |
| Hex | 65 | 6D | FF | 3C | 39 | 0 | 0 | ED | 64 | 46 |
| Octal | 145 | 155 | 377 | 74 | 71 | 0 | 0 | 355 | 144 | 106 |
| Binary | 1100101 | 1101101 | 11111111 | 111100 | 111001 | 0 | 0 | 11101101 | 1100100 | 1000110 |
Color Harmonies of #656DFF
Complementary color
Monochromatic Colors of #656DFF
Black with #656DFF
Text Example
Text Example
White with #656DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DFF; }
p { color: rgb(101,109,255); }
H1.HeaderClassName
{
color: #656DFF;
}
.AnyTagClassName
{
color: #656DFF;
}
</style>
background-color css
<style>
a { background-color: #656DFF; }
a { background-color: rgb(101,109,255); }
div.DivClassName
{
background-color: #656DFF;
}
.BgClassName
{
background-color: #656DFF;
}
</style>
border-color css
<style>
span { border-color: #656DFF; }
span { border-color: rgb(101,109,255); }
td.TdClassName
{
border-color: #656DFF;
}
.TagClassName
{
border-color: #656DFF;
}
</style>