Shades of Medium Slate Blue #656DF2
Tints of Medium Slate Blue #656DF2
RGB
CMYK
RGB Variations
Color information
#656DF2 (or 0x656DF2) is known color: Medium Slate Blue. HEX triplet: 65, 6D and F2. RGB value is (101,109,242). Sum of RGB (Red+Green+Blue) = 101+109+242=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #656DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656DF2 is #9A920D. Grayscale: #797979. Windows color (decimal): -10129934 or 15887717. OLE color: 15887717.
HSL color Cylindrical-coordinate representation of color #656DF2: hue angle of 236.6º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #656DF2 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 109 | 242 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.05 |
| HSL | 236.6º | 0.84% | 0.67% | - |
| HSV(B) | 236.6º | 0.58% | 0.95% | - |
| XYZ | 26.86 | 20.11 | 86.47 | - |
| YUV | 121.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 242 | 0.58 | 0.55 | 0 | 0.05 | 236.6 | 0.84 | 0.67 |
| Hex | 65 | 6D | F2 | 3A | 37 | 0 | 5 | ED | 54 | 43 |
| Octal | 145 | 155 | 362 | 72 | 67 | 0 | 5 | 355 | 124 | 103 |
| Binary | 1100101 | 1101101 | 11110010 | 111010 | 110111 | 0 | 101 | 11101101 | 1010100 | 1000011 |
Color Harmonies of #656DF2
Complementary color
Monochromatic Colors of #656DF2
Black with #656DF2
Text Example
Text Example
White with #656DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DF2; }
p { color: rgb(101,109,242); }
H1.HeaderClassName
{
color: #656DF2;
}
.AnyTagClassName
{
color: #656DF2;
}
</style>
background-color css
<style>
a { background-color: #656DF2; }
a { background-color: rgb(101,109,242); }
div.DivClassName
{
background-color: #656DF2;
}
.BgClassName
{
background-color: #656DF2;
}
</style>
border-color css
<style>
span { border-color: #656DF2; }
span { border-color: rgb(101,109,242); }
td.TdClassName
{
border-color: #656DF2;
}
.TagClassName
{
border-color: #656DF2;
}
</style>