Shades of Medium Slate Blue #656CFA
Tints of Medium Slate Blue #656CFA
RGB
CMYK
RGB Variations
Color information
#656CFA (or 0x656CFA) is known color: Medium Slate Blue. HEX triplet: 65, 6C and FA. RGB value is (101,108,250). Sum of RGB (Red+Green+Blue) = 101+108+250=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #656CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656CFA is #9A9305. Grayscale: #797979. Windows color (decimal): -10130182 or 16411749. OLE color: 16411749.
HSL color Cylindrical-coordinate representation of color #656CFA: hue angle of 237.18º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656CFA is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 108 | 250 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.02 |
| HSL | 237.18º | 0.94% | 0.69% | - |
| HSV(B) | 237.18º | 0.6% | 0.98% | - |
| XYZ | 27.98 | 20.39 | 92.9 | - |
| YUV | 122.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 250 | 0.60 | 0.57 | 0 | 0.02 | 237.18 | 0.94 | 0.69 |
| Hex | 65 | 6C | FA | 3C | 39 | 0 | 2 | ED | 5E | 45 |
| Octal | 145 | 154 | 372 | 74 | 71 | 0 | 2 | 355 | 136 | 105 |
| Binary | 1100101 | 1101100 | 11111010 | 111100 | 111001 | 0 | 10 | 11101101 | 1011110 | 1000101 |
Color Harmonies of #656CFA
Complementary color
Monochromatic Colors of #656CFA
Black with #656CFA
Text Example
Text Example
White with #656CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CFA; }
p { color: rgb(101,108,250); }
H1.HeaderClassName
{
color: #656CFA;
}
.AnyTagClassName
{
color: #656CFA;
}
</style>
background-color css
<style>
a { background-color: #656CFA; }
a { background-color: rgb(101,108,250); }
div.DivClassName
{
background-color: #656CFA;
}
.BgClassName
{
background-color: #656CFA;
}
</style>
border-color css
<style>
span { border-color: #656CFA; }
span { border-color: rgb(101,108,250); }
td.TdClassName
{
border-color: #656CFA;
}
.TagClassName
{
border-color: #656CFA;
}
</style>