Shades of Medium Slate Blue #656AEF
Tints of Medium Slate Blue #656AEF
RGB
CMYK
RGB Variations
Color information
#656AEF (or 0x656AEF) is known color: Medium Slate Blue. HEX triplet: 65, 6A and EF. RGB value is (101,106,239). Sum of RGB (Red+Green+Blue) = 101+106+239=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #656AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AEF is #9A9510. Grayscale: #777777. Windows color (decimal): -10130705 or 15690341. OLE color: 15690341.
HSL color Cylindrical-coordinate representation of color #656AEF: hue angle of 237.83º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #656AEF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 106 | 239 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.06 |
| HSL | 237.83º | 0.81% | 0.67% | - |
| HSV(B) | 237.83º | 0.58% | 0.94% | - |
| XYZ | 26.1 | 19.31 | 84.01 | - |
| YUV | 119.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 239 | 0.58 | 0.56 | 0 | 0.06 | 237.83 | 0.81 | 0.67 |
| Hex | 65 | 6A | EF | 3A | 38 | 0 | 6 | EE | 51 | 43 |
| Octal | 145 | 152 | 357 | 72 | 70 | 0 | 6 | 356 | 121 | 103 |
| Binary | 1100101 | 1101010 | 11101111 | 111010 | 111000 | 0 | 110 | 11101110 | 1010001 | 1000011 |
Color Harmonies of #656AEF
Complementary color
Monochromatic Colors of #656AEF
Black with #656AEF
Text Example
Text Example
White with #656AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AEF; }
p { color: rgb(101,106,239); }
H1.HeaderClassName
{
color: #656AEF;
}
.AnyTagClassName
{
color: #656AEF;
}
</style>
background-color css
<style>
a { background-color: #656AEF; }
a { background-color: rgb(101,106,239); }
div.DivClassName
{
background-color: #656AEF;
}
.BgClassName
{
background-color: #656AEF;
}
</style>
border-color css
<style>
span { border-color: #656AEF; }
span { border-color: rgb(101,106,239); }
td.TdClassName
{
border-color: #656AEF;
}
.TagClassName
{
border-color: #656AEF;
}
</style>