Shades of Medium Slate Blue #656AFB
Tints of Medium Slate Blue #656AFB
RGB
CMYK
RGB Variations
Color information
#656AFB (or 0x656AFB) is known color: Medium Slate Blue. HEX triplet: 65, 6A and FB. RGB value is (101,106,251). Sum of RGB (Red+Green+Blue) = 101+106+251=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #656AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AFB is #9A9504. Grayscale: #787878. Windows color (decimal): -10130693 or 16476773. OLE color: 16476773.
HSL color Cylindrical-coordinate representation of color #656AFB: hue angle of 238º degrees, saturation: 0.95, 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 #656AFB is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 106 | 251 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.02 |
| HSL | 238º | 0.95% | 0.69% | - |
| HSV(B) | 238º | 0.6% | 0.98% | - |
| XYZ | 27.93 | 20.04 | 93.66 | - |
| YUV | 121.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 251 | 0.60 | 0.58 | 0 | 0.02 | 238 | 0.95 | 0.69 |
| Hex | 65 | 6A | FB | 3C | 3A | 0 | 2 | EE | 5F | 45 |
| Octal | 145 | 152 | 373 | 74 | 72 | 0 | 2 | 356 | 137 | 105 |
| Binary | 1100101 | 1101010 | 11111011 | 111100 | 111010 | 0 | 10 | 11101110 | 1011111 | 1000101 |
Color Harmonies of #656AFB
Complementary color
Monochromatic Colors of #656AFB
Black with #656AFB
Text Example
Text Example
White with #656AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AFB; }
p { color: rgb(101,106,251); }
H1.HeaderClassName
{
color: #656AFB;
}
.AnyTagClassName
{
color: #656AFB;
}
</style>
background-color css
<style>
a { background-color: #656AFB; }
a { background-color: rgb(101,106,251); }
div.DivClassName
{
background-color: #656AFB;
}
.BgClassName
{
background-color: #656AFB;
}
</style>
border-color css
<style>
span { border-color: #656AFB; }
span { border-color: rgb(101,106,251); }
td.TdClassName
{
border-color: #656AFB;
}
.TagClassName
{
border-color: #656AFB;
}
</style>