Shades of Medium Slate Blue #656BF1
Tints of Medium Slate Blue #656BF1
RGB
CMYK
RGB Variations
Color information
#656BF1 (or 0x656BF1) is known color: Medium Slate Blue. HEX triplet: 65, 6B and F1. RGB value is (101,107,241). Sum of RGB (Red+Green+Blue) = 101+107+241=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #656BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656BF1 is #9A940E. Grayscale: #777777. Windows color (decimal): -10130447 or 15821669. OLE color: 15821669.
HSL color Cylindrical-coordinate representation of color #656BF1: hue angle of 237.43º degrees, saturation: 0.83, 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 #656BF1 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 107 | 241 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.05 |
| HSL | 237.43º | 0.83% | 0.67% | - |
| HSV(B) | 237.43º | 0.58% | 0.95% | - |
| XYZ | 26.5 | 19.63 | 85.61 | - |
| YUV | 120.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 241 | 0.58 | 0.56 | 0 | 0.05 | 237.43 | 0.83 | 0.67 |
| Hex | 65 | 6B | F1 | 3A | 38 | 0 | 5 | ED | 53 | 43 |
| Octal | 145 | 153 | 361 | 72 | 70 | 0 | 5 | 355 | 123 | 103 |
| Binary | 1100101 | 1101011 | 11110001 | 111010 | 111000 | 0 | 101 | 11101101 | 1010011 | 1000011 |
Color Harmonies of #656BF1
Complementary color
Monochromatic Colors of #656BF1
Black with #656BF1
Text Example
Text Example
White with #656BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BF1; }
p { color: rgb(101,107,241); }
H1.HeaderClassName
{
color: #656BF1;
}
.AnyTagClassName
{
color: #656BF1;
}
</style>
background-color css
<style>
a { background-color: #656BF1; }
a { background-color: rgb(101,107,241); }
div.DivClassName
{
background-color: #656BF1;
}
.BgClassName
{
background-color: #656BF1;
}
</style>
border-color css
<style>
span { border-color: #656BF1; }
span { border-color: rgb(101,107,241); }
td.TdClassName
{
border-color: #656BF1;
}
.TagClassName
{
border-color: #656BF1;
}
</style>