Shades of Medium Slate Blue #656EFF
Tints of Medium Slate Blue #656EFF
RGB
CMYK
RGB Variations
Color information
#656EFF (or 0x656EFF) is known color: Medium Slate Blue. HEX triplet: 65, 6E and FF. RGB value is (101,110,255). Sum of RGB (Red+Green+Blue) = 101+110+255=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #656EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656EFF is #9A9100. Grayscale: #7B7B7B. Windows color (decimal): -10129665 or 16739941. OLE color: 16739941.
HSL color Cylindrical-coordinate representation of color #656EFF: hue angle of 236.49º 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 #656EFF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 110 | 255 | - |
| CMYK | 0.60 | 0.57 | 0 | 0 |
| HSL | 236.49º | 1% | 0.7% | - |
| HSV(B) | 236.49º | 0.6% | 1% | - |
| XYZ | 28.99 | 21.14 | 97.16 | - |
| YUV | 123.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 255 | 0.60 | 0.57 | 0 | 0 | 236.49 | 1 | 0.7 |
| Hex | 65 | 6E | FF | 3C | 39 | 0 | 0 | EC | 64 | 46 |
| Octal | 145 | 156 | 377 | 74 | 71 | 0 | 0 | 354 | 144 | 106 |
| Binary | 1100101 | 1101110 | 11111111 | 111100 | 111001 | 0 | 0 | 11101100 | 1100100 | 1000110 |
Color Harmonies of #656EFF
Complementary color
Monochromatic Colors of #656EFF
Black with #656EFF
Text Example
Text Example
White with #656EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EFF; }
p { color: rgb(101,110,255); }
H1.HeaderClassName
{
color: #656EFF;
}
.AnyTagClassName
{
color: #656EFF;
}
</style>
background-color css
<style>
a { background-color: #656EFF; }
a { background-color: rgb(101,110,255); }
div.DivClassName
{
background-color: #656EFF;
}
.BgClassName
{
background-color: #656EFF;
}
</style>
border-color css
<style>
span { border-color: #656EFF; }
span { border-color: rgb(101,110,255); }
td.TdClassName
{
border-color: #656EFF;
}
.TagClassName
{
border-color: #656EFF;
}
</style>