Shades of Medium Slate Blue #656EFD
Tints of Medium Slate Blue #656EFD
RGB
CMYK
RGB Variations
Color information
#656EFD (or 0x656EFD) is known color: Medium Slate Blue. HEX triplet: 65, 6E and FD. RGB value is (101,110,253). Sum of RGB (Red+Green+Blue) = 101+110+253=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #656EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656EFD is #9A9102. Grayscale: #7B7B7B. Windows color (decimal): -10129667 or 16608869. OLE color: 16608869.
HSL color Cylindrical-coordinate representation of color #656EFD: hue angle of 236.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656EFD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 110 | 253 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.01 |
| HSL | 236.45º | 0.97% | 0.69% | - |
| HSV(B) | 236.45º | 0.6% | 0.99% | - |
| XYZ | 28.67 | 21.01 | 95.47 | - |
| YUV | 123.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 253 | 0.60 | 0.57 | 0 | 0.01 | 236.45 | 0.97 | 0.69 |
| Hex | 65 | 6E | FD | 3C | 39 | 0 | 1 | EC | 61 | 45 |
| Octal | 145 | 156 | 375 | 74 | 71 | 0 | 1 | 354 | 141 | 105 |
| Binary | 1100101 | 1101110 | 11111101 | 111100 | 111001 | 0 | 1 | 11101100 | 1100001 | 1000101 |
Color Harmonies of #656EFD
Complementary color
Monochromatic Colors of #656EFD
Black with #656EFD
Text Example
Text Example
White with #656EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EFD; }
p { color: rgb(101,110,253); }
H1.HeaderClassName
{
color: #656EFD;
}
.AnyTagClassName
{
color: #656EFD;
}
</style>
background-color css
<style>
a { background-color: #656EFD; }
a { background-color: rgb(101,110,253); }
div.DivClassName
{
background-color: #656EFD;
}
.BgClassName
{
background-color: #656EFD;
}
</style>
border-color css
<style>
span { border-color: #656EFD; }
span { border-color: rgb(101,110,253); }
td.TdClassName
{
border-color: #656EFD;
}
.TagClassName
{
border-color: #656EFD;
}
</style>