Shades of Medium Slate Blue #646FFF
Tints of Medium Slate Blue #646FFF
RGB
CMYK
RGB Variations
Color information
#646FFF (or 0x646FFF) is known color: Medium Slate Blue. HEX triplet: 64, 6F and FF. RGB value is (100,111,255). Sum of RGB (Red+Green+Blue) = 100+111+255=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #646FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #646FFF is #9B9000. Grayscale: #7B7B7B. Windows color (decimal): -10194945 or 16740196. OLE color: 16740196.
HSL color Cylindrical-coordinate representation of color #646FFF: hue angle of 235.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #646FFF is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 111 | 255 | - |
| CMYK | 0.61 | 0.56 | 0 | 0 |
| HSL | 235.74º | 1% | 0.7% | - |
| HSV(B) | 235.74º | 0.61% | 1% | - |
| XYZ | 28.99 | 21.3 | 97.19 | - |
| YUV | 124.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 255 | 0.61 | 0.56 | 0 | 0 | 235.74 | 1 | 0.7 |
| Hex | 64 | 6F | FF | 3D | 38 | 0 | 0 | EC | 64 | 46 |
| Octal | 144 | 157 | 377 | 75 | 70 | 0 | 0 | 354 | 144 | 106 |
| Binary | 1100100 | 1101111 | 11111111 | 111101 | 111000 | 0 | 0 | 11101100 | 1100100 | 1000110 |
Color Harmonies of #646FFF
Complementary color
Monochromatic Colors of #646FFF
Black with #646FFF
Text Example
Text Example
White with #646FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FFF; }
p { color: rgb(100,111,255); }
H1.HeaderClassName
{
color: #646FFF;
}
.AnyTagClassName
{
color: #646FFF;
}
</style>
background-color css
<style>
a { background-color: #646FFF; }
a { background-color: rgb(100,111,255); }
div.DivClassName
{
background-color: #646FFF;
}
.BgClassName
{
background-color: #646FFF;
}
</style>
border-color css
<style>
span { border-color: #646FFF; }
span { border-color: rgb(100,111,255); }
td.TdClassName
{
border-color: #646FFF;
}
.TagClassName
{
border-color: #646FFF;
}
</style>