Shades of Medium Slate Blue #656EFE
Tints of Medium Slate Blue #656EFE
RGB
CMYK
RGB Variations
Color information
#656EFE (or 0x656EFE) is known color: Medium Slate Blue. HEX triplet: 65, 6E and FE. RGB value is (101,110,254). Sum of RGB (Red+Green+Blue) = 101+110+254=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #656EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656EFE is #9A9101. Grayscale: #7B7B7B. Windows color (decimal): -10129666 or 16674405. OLE color: 16674405.
HSL color Cylindrical-coordinate representation of color #656EFE: hue angle of 236.47º 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 #656EFE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 110 | 254 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.00 |
| HSL | 236.47º | 0.99% | 0.7% | - |
| HSV(B) | 236.47º | 0.6% | 1% | - |
| XYZ | 28.83 | 21.07 | 96.31 | - |
| YUV | 123.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 254 | 0.60 | 0.57 | 0 | 0.00 | 236.47 | 0.99 | 0.7 |
| Hex | 65 | 6E | FE | 3C | 39 | 0 | 0 | EC | 63 | 46 |
| Octal | 145 | 156 | 376 | 74 | 71 | 0 | 0 | 354 | 143 | 106 |
| Binary | 1100101 | 1101110 | 11111110 | 111100 | 111001 | 0 | 0 | 11101100 | 1100011 | 1000110 |
Color Harmonies of #656EFE
Complementary color
Monochromatic Colors of #656EFE
Black with #656EFE
Text Example
Text Example
White with #656EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EFE; }
p { color: rgb(101,110,254); }
H1.HeaderClassName
{
color: #656EFE;
}
.AnyTagClassName
{
color: #656EFE;
}
</style>
background-color css
<style>
a { background-color: #656EFE; }
a { background-color: rgb(101,110,254); }
div.DivClassName
{
background-color: #656EFE;
}
.BgClassName
{
background-color: #656EFE;
}
</style>
border-color css
<style>
span { border-color: #656EFE; }
span { border-color: rgb(101,110,254); }
td.TdClassName
{
border-color: #656EFE;
}
.TagClassName
{
border-color: #656EFE;
}
</style>