Shades of Medium Slate Blue #656BFE
Tints of Medium Slate Blue #656BFE
RGB
CMYK
RGB Variations
Color information
#656BFE (or 0x656BFE) is known color: Medium Slate Blue. HEX triplet: 65, 6B and FE. RGB value is (101,107,254). Sum of RGB (Red+Green+Blue) = 101+107+254=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #656BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656BFE is #9A9401. Grayscale: #797979. Windows color (decimal): -10130434 or 16673637. OLE color: 16673637.
HSL color Cylindrical-coordinate representation of color #656BFE: hue angle of 237.65º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656BFE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 107 | 254 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.00 |
| HSL | 237.65º | 0.99% | 0.7% | - |
| HSV(B) | 237.65º | 0.6% | 1% | - |
| XYZ | 28.51 | 20.44 | 96.21 | - |
| YUV | 121.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 254 | 0.60 | 0.58 | 0 | 0.00 | 237.65 | 0.99 | 0.7 |
| Hex | 65 | 6B | FE | 3C | 3A | 0 | 0 | EE | 63 | 46 |
| Octal | 145 | 153 | 376 | 74 | 72 | 0 | 0 | 356 | 143 | 106 |
| Binary | 1100101 | 1101011 | 11111110 | 111100 | 111010 | 0 | 0 | 11101110 | 1100011 | 1000110 |
Color Harmonies of #656BFE
Complementary color
Monochromatic Colors of #656BFE
Black with #656BFE
Text Example
Text Example
White with #656BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BFE; }
p { color: rgb(101,107,254); }
H1.HeaderClassName
{
color: #656BFE;
}
.AnyTagClassName
{
color: #656BFE;
}
</style>
background-color css
<style>
a { background-color: #656BFE; }
a { background-color: rgb(101,107,254); }
div.DivClassName
{
background-color: #656BFE;
}
.BgClassName
{
background-color: #656BFE;
}
</style>
border-color css
<style>
span { border-color: #656BFE; }
span { border-color: rgb(101,107,254); }
td.TdClassName
{
border-color: #656BFE;
}
.TagClassName
{
border-color: #656BFE;
}
</style>