Shades of Medium Slate Blue #656FFC
Tints of Medium Slate Blue #656FFC
RGB
CMYK
RGB Variations
Color information
#656FFC (or 0x656FFC) is known color: Medium Slate Blue. HEX triplet: 65, 6F and FC. RGB value is (101,111,252). Sum of RGB (Red+Green+Blue) = 101+111+252=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #656FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656FFC is #9A9003. Grayscale: #7B7B7B. Windows color (decimal): -10129412 or 16543589. OLE color: 16543589.
HSL color Cylindrical-coordinate representation of color #656FFC: hue angle of 236.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656FFC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 111 | 252 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.01 |
| HSL | 236.03º | 0.96% | 0.69% | - |
| HSV(B) | 236.03º | 0.6% | 0.99% | - |
| XYZ | 28.62 | 21.16 | 94.67 | - |
| YUV | 124.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 252 | 0.60 | 0.56 | 0 | 0.01 | 236.03 | 0.96 | 0.69 |
| Hex | 65 | 6F | FC | 3C | 38 | 0 | 1 | EC | 60 | 45 |
| Octal | 145 | 157 | 374 | 74 | 70 | 0 | 1 | 354 | 140 | 105 |
| Binary | 1100101 | 1101111 | 11111100 | 111100 | 111000 | 0 | 1 | 11101100 | 1100000 | 1000101 |
Color Harmonies of #656FFC
Complementary color
Monochromatic Colors of #656FFC
Black with #656FFC
Text Example
Text Example
White with #656FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FFC; }
p { color: rgb(101,111,252); }
H1.HeaderClassName
{
color: #656FFC;
}
.AnyTagClassName
{
color: #656FFC;
}
</style>
background-color css
<style>
a { background-color: #656FFC; }
a { background-color: rgb(101,111,252); }
div.DivClassName
{
background-color: #656FFC;
}
.BgClassName
{
background-color: #656FFC;
}
</style>
border-color css
<style>
span { border-color: #656FFC; }
span { border-color: rgb(101,111,252); }
td.TdClassName
{
border-color: #656FFC;
}
.TagClassName
{
border-color: #656FFC;
}
</style>