Shades of Medium Slate Blue #656BFD
Tints of Medium Slate Blue #656BFD
RGB
CMYK
RGB Variations
Color information
#656BFD (or 0x656BFD) is known color: Medium Slate Blue. HEX triplet: 65, 6B and FD. RGB value is (101,107,253). Sum of RGB (Red+Green+Blue) = 101+107+253=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #656BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656BFD is #9A9402. Grayscale: #797979. Windows color (decimal): -10130435 or 16608101. OLE color: 16608101.
HSL color Cylindrical-coordinate representation of color #656BFD: hue angle of 237.63º 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 #656BFD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 107 | 253 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.01 |
| HSL | 237.63º | 0.97% | 0.69% | - |
| HSV(B) | 237.63º | 0.6% | 0.99% | - |
| XYZ | 28.35 | 20.37 | 95.37 | - |
| YUV | 121.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 253 | 0.60 | 0.58 | 0 | 0.01 | 237.63 | 0.97 | 0.69 |
| Hex | 65 | 6B | FD | 3C | 3A | 0 | 1 | EE | 61 | 45 |
| Octal | 145 | 153 | 375 | 74 | 72 | 0 | 1 | 356 | 141 | 105 |
| Binary | 1100101 | 1101011 | 11111101 | 111100 | 111010 | 0 | 1 | 11101110 | 1100001 | 1000101 |
Color Harmonies of #656BFD
Complementary color
Monochromatic Colors of #656BFD
Black with #656BFD
Text Example
Text Example
White with #656BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BFD; }
p { color: rgb(101,107,253); }
H1.HeaderClassName
{
color: #656BFD;
}
.AnyTagClassName
{
color: #656BFD;
}
</style>
background-color css
<style>
a { background-color: #656BFD; }
a { background-color: rgb(101,107,253); }
div.DivClassName
{
background-color: #656BFD;
}
.BgClassName
{
background-color: #656BFD;
}
</style>
border-color css
<style>
span { border-color: #656BFD; }
span { border-color: rgb(101,107,253); }
td.TdClassName
{
border-color: #656BFD;
}
.TagClassName
{
border-color: #656BFD;
}
</style>