Shades of Medium Slate Blue #645DF5
Tints of Medium Slate Blue #645DF5
RGB
CMYK
RGB Variations
Color information
#645DF5 (or 0x645DF5) is known color: Medium Slate Blue. HEX triplet: 64, 5D and F5. RGB value is (100,93,245). Sum of RGB (Red+Green+Blue) = 100+93+245=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #645DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DF5 is #9BA20A. Grayscale: #6F6F6F. Windows color (decimal): -10199563 or 16080228. OLE color: 16080228.
HSL color Cylindrical-coordinate representation of color #645DF5: hue angle of 242.76º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645DF5 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 93 | 245 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.04 |
| HSL | 242.76º | 0.88% | 0.66% | - |
| HSV(B) | 242.76º | 0.62% | 0.96% | - |
| XYZ | 25.65 | 17.13 | 88.34 | - |
| YUV | 112.42 | 202.82 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 245 | 0.59 | 0.62 | 0 | 0.04 | 242.76 | 0.88 | 0.66 |
| Hex | 64 | 5D | F5 | 3B | 3E | 0 | 4 | F3 | 58 | 42 |
| Octal | 144 | 135 | 365 | 73 | 76 | 0 | 4 | 363 | 130 | 102 |
| Binary | 1100100 | 1011101 | 11110101 | 111011 | 111110 | 0 | 100 | 11110011 | 1011000 | 1000010 |
Color Harmonies of #645DF5
Complementary color
Monochromatic Colors of #645DF5
Black with #645DF5
Text Example
Text Example
White with #645DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DF5; }
p { color: rgb(100,93,245); }
H1.HeaderClassName
{
color: #645DF5;
}
.AnyTagClassName
{
color: #645DF5;
}
</style>
background-color css
<style>
a { background-color: #645DF5; }
a { background-color: rgb(100,93,245); }
div.DivClassName
{
background-color: #645DF5;
}
.BgClassName
{
background-color: #645DF5;
}
</style>
border-color css
<style>
span { border-color: #645DF5; }
span { border-color: rgb(100,93,245); }
td.TdClassName
{
border-color: #645DF5;
}
.TagClassName
{
border-color: #645DF5;
}
</style>