Shades of Medium Slate Blue #656FF2
Tints of Medium Slate Blue #656FF2
RGB
CMYK
RGB Variations
Color information
#656FF2 (or 0x656FF2) is known color: Medium Slate Blue. HEX triplet: 65, 6F and F2. RGB value is (101,111,242). Sum of RGB (Red+Green+Blue) = 101+111+242=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #656FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656FF2 is #9A900D. Grayscale: #7A7A7A. Windows color (decimal): -10129422 or 15888229. OLE color: 15888229.
HSL color Cylindrical-coordinate representation of color #656FF2: hue angle of 235.74º 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 #656FF2 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 111 | 242 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.05 |
| HSL | 235.74º | 0.84% | 0.67% | - |
| HSV(B) | 235.74º | 0.58% | 0.95% | - |
| XYZ | 27.08 | 20.55 | 86.54 | - |
| YUV | 122.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 242 | 0.58 | 0.54 | 0 | 0.05 | 235.74 | 0.84 | 0.67 |
| Hex | 65 | 6F | F2 | 3A | 36 | 0 | 5 | EC | 54 | 43 |
| Octal | 145 | 157 | 362 | 72 | 66 | 0 | 5 | 354 | 124 | 103 |
| Binary | 1100101 | 1101111 | 11110010 | 111010 | 110110 | 0 | 101 | 11101100 | 1010100 | 1000011 |
Color Harmonies of #656FF2
Complementary color
Monochromatic Colors of #656FF2
Black with #656FF2
Text Example
Text Example
White with #656FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FF2; }
p { color: rgb(101,111,242); }
H1.HeaderClassName
{
color: #656FF2;
}
.AnyTagClassName
{
color: #656FF2;
}
</style>
background-color css
<style>
a { background-color: #656FF2; }
a { background-color: rgb(101,111,242); }
div.DivClassName
{
background-color: #656FF2;
}
.BgClassName
{
background-color: #656FF2;
}
</style>
border-color css
<style>
span { border-color: #656FF2; }
span { border-color: rgb(101,111,242); }
td.TdClassName
{
border-color: #656FF2;
}
.TagClassName
{
border-color: #656FF2;
}
</style>