Shades of Medium Slate Blue #646AF0
Tints of Medium Slate Blue #646AF0
RGB
CMYK
RGB Variations
Color information
#646AF0 (or 0x646AF0) is known color: Medium Slate Blue. HEX triplet: 64, 6A and F0. RGB value is (100,106,240). Sum of RGB (Red+Green+Blue) = 100+106+240=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #646AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #646AF0 is #9B950F. Grayscale: #767676. Windows color (decimal): -10196240 or 15755876. OLE color: 15755876.
HSL color Cylindrical-coordinate representation of color #646AF0: hue angle of 237.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #646AF0 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 106 | 240 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.06 |
| HSL | 237.43º | 0.82% | 0.67% | - |
| HSV(B) | 237.43º | 0.58% | 0.94% | - |
| XYZ | 26.14 | 19.31 | 84.79 | - |
| YUV | 119.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 240 | 0.58 | 0.56 | 0 | 0.06 | 237.43 | 0.82 | 0.67 |
| Hex | 64 | 6A | F0 | 3A | 38 | 0 | 6 | ED | 52 | 43 |
| Octal | 144 | 152 | 360 | 72 | 70 | 0 | 6 | 355 | 122 | 103 |
| Binary | 1100100 | 1101010 | 11110000 | 111010 | 111000 | 0 | 110 | 11101101 | 1010010 | 1000011 |
Color Harmonies of #646AF0
Complementary color
Monochromatic Colors of #646AF0
Black with #646AF0
Text Example
Text Example
White with #646AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646AF0; }
p { color: rgb(100,106,240); }
H1.HeaderClassName
{
color: #646AF0;
}
.AnyTagClassName
{
color: #646AF0;
}
</style>
background-color css
<style>
a { background-color: #646AF0; }
a { background-color: rgb(100,106,240); }
div.DivClassName
{
background-color: #646AF0;
}
.BgClassName
{
background-color: #646AF0;
}
</style>
border-color css
<style>
span { border-color: #646AF0; }
span { border-color: rgb(100,106,240); }
td.TdClassName
{
border-color: #646AF0;
}
.TagClassName
{
border-color: #646AF0;
}
</style>