Shades of Medium Slate Blue #656AFD
Tints of Medium Slate Blue #656AFD
RGB
CMYK
RGB Variations
Color information
#656AFD (or 0x656AFD) is known color: Medium Slate Blue. HEX triplet: 65, 6A and FD. RGB value is (101,106,253). Sum of RGB (Red+Green+Blue) = 101+106+253=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #656AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AFD is #9A9502. Grayscale: #787878. Windows color (decimal): -10130691 or 16607845. OLE color: 16607845.
HSL color Cylindrical-coordinate representation of color #656AFD: hue angle of 238.03º 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 #656AFD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 106 | 253 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.01 |
| HSL | 238.03º | 0.97% | 0.69% | - |
| HSV(B) | 238.03º | 0.6% | 0.99% | - |
| XYZ | 28.25 | 20.17 | 95.33 | - |
| YUV | 121.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 253 | 0.60 | 0.58 | 0 | 0.01 | 238.03 | 0.97 | 0.69 |
| Hex | 65 | 6A | FD | 3C | 3A | 0 | 1 | EE | 61 | 45 |
| Octal | 145 | 152 | 375 | 74 | 72 | 0 | 1 | 356 | 141 | 105 |
| Binary | 1100101 | 1101010 | 11111101 | 111100 | 111010 | 0 | 1 | 11101110 | 1100001 | 1000101 |
Color Harmonies of #656AFD
Complementary color
Monochromatic Colors of #656AFD
Black with #656AFD
Text Example
Text Example
White with #656AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AFD; }
p { color: rgb(101,106,253); }
H1.HeaderClassName
{
color: #656AFD;
}
.AnyTagClassName
{
color: #656AFD;
}
</style>
background-color css
<style>
a { background-color: #656AFD; }
a { background-color: rgb(101,106,253); }
div.DivClassName
{
background-color: #656AFD;
}
.BgClassName
{
background-color: #656AFD;
}
</style>
border-color css
<style>
span { border-color: #656AFD; }
span { border-color: rgb(101,106,253); }
td.TdClassName
{
border-color: #656AFD;
}
.TagClassName
{
border-color: #656AFD;
}
</style>