Shades of Medium Slate Blue #646BE1
Tints of Medium Slate Blue #646BE1
RGB
CMYK
RGB Variations
Color information
#646BE1 (or 0x646BE1) is known color: Medium Slate Blue. HEX triplet: 64, 6B and E1. RGB value is (100,107,225). Sum of RGB (Red+Green+Blue) = 100+107+225=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #646BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BE1 is #9B941E. Grayscale: #757575. Windows color (decimal): -10195999 or 14773092. OLE color: 14773092.
HSL color Cylindrical-coordinate representation of color #646BE1: hue angle of 236.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #646BE1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 107 | 225 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.12 |
| HSL | 236.64º | 0.68% | 0.64% | - |
| HSV(B) | 236.64º | 0.56% | 0.88% | - |
| XYZ | 24.1 | 18.66 | 73.57 | - |
| YUV | 118.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 225 | 0.56 | 0.52 | 0 | 0.12 | 236.64 | 0.68 | 0.64 |
| Hex | 64 | 6B | E1 | 38 | 34 | 0 | C | ED | 44 | 40 |
| Octal | 144 | 153 | 341 | 70 | 64 | 0 | 14 | 355 | 104 | 100 |
| Binary | 1100100 | 1101011 | 11100001 | 111000 | 110100 | 0 | 1100 | 11101101 | 1000100 | 1000000 |
Color Harmonies of #646BE1
Complementary color
Monochromatic Colors of #646BE1
Black with #646BE1
Text Example
Text Example
White with #646BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BE1; }
p { color: rgb(100,107,225); }
H1.HeaderClassName
{
color: #646BE1;
}
.AnyTagClassName
{
color: #646BE1;
}
</style>
background-color css
<style>
a { background-color: #646BE1; }
a { background-color: rgb(100,107,225); }
div.DivClassName
{
background-color: #646BE1;
}
.BgClassName
{
background-color: #646BE1;
}
</style>
border-color css
<style>
span { border-color: #646BE1; }
span { border-color: rgb(100,107,225); }
td.TdClassName
{
border-color: #646BE1;
}
.TagClassName
{
border-color: #646BE1;
}
</style>