Shades of Medium Slate Blue #656CFC
Tints of Medium Slate Blue #656CFC
RGB
CMYK
RGB Variations
Color information
#656CFC (or 0x656CFC) is known color: Medium Slate Blue. HEX triplet: 65, 6C and FC. RGB value is (101,108,252). Sum of RGB (Red+Green+Blue) = 101+108+252=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #656CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656CFC is #9A9303. Grayscale: #797979. Windows color (decimal): -10130180 or 16542821. OLE color: 16542821.
HSL color Cylindrical-coordinate representation of color #656CFC: hue angle of 237.22º 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 #656CFC is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 108 | 252 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.01 |
| HSL | 237.22º | 0.96% | 0.69% | - |
| HSV(B) | 237.22º | 0.6% | 0.99% | - |
| XYZ | 28.3 | 20.52 | 94.56 | - |
| YUV | 122.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 252 | 0.60 | 0.57 | 0 | 0.01 | 237.22 | 0.96 | 0.69 |
| Hex | 65 | 6C | FC | 3C | 39 | 0 | 1 | ED | 60 | 45 |
| Octal | 145 | 154 | 374 | 74 | 71 | 0 | 1 | 355 | 140 | 105 |
| Binary | 1100101 | 1101100 | 11111100 | 111100 | 111001 | 0 | 1 | 11101101 | 1100000 | 1000101 |
Color Harmonies of #656CFC
Complementary color
Monochromatic Colors of #656CFC
Black with #656CFC
Text Example
Text Example
White with #656CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CFC; }
p { color: rgb(101,108,252); }
H1.HeaderClassName
{
color: #656CFC;
}
.AnyTagClassName
{
color: #656CFC;
}
</style>
background-color css
<style>
a { background-color: #656CFC; }
a { background-color: rgb(101,108,252); }
div.DivClassName
{
background-color: #656CFC;
}
.BgClassName
{
background-color: #656CFC;
}
</style>
border-color css
<style>
span { border-color: #656CFC; }
span { border-color: rgb(101,108,252); }
td.TdClassName
{
border-color: #656CFC;
}
.TagClassName
{
border-color: #656CFC;
}
</style>