Shades of Medium Slate Blue #645DF4
Tints of Medium Slate Blue #645DF4
RGB
CMYK
RGB Variations
Color information
#645DF4 (or 0x645DF4) is known color: Medium Slate Blue. HEX triplet: 64, 5D and F4. RGB value is (100,93,244). Sum of RGB (Red+Green+Blue) = 100+93+244=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #645DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DF4 is #9BA20B. Grayscale: #6F6F6F. Windows color (decimal): -10199564 or 16014692. OLE color: 16014692.
HSL color Cylindrical-coordinate representation of color #645DF4: hue angle of 242.78º degrees, saturation: 0.87, 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 #645DF4 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 93 | 244 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.04 |
| HSL | 242.78º | 0.87% | 0.66% | - |
| HSV(B) | 242.78º | 0.62% | 0.96% | - |
| XYZ | 25.5 | 17.07 | 87.54 | - |
| YUV | 112.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 244 | 0.59 | 0.62 | 0 | 0.04 | 242.78 | 0.87 | 0.66 |
| Hex | 64 | 5D | F4 | 3B | 3E | 0 | 4 | F3 | 57 | 42 |
| Octal | 144 | 135 | 364 | 73 | 76 | 0 | 4 | 363 | 127 | 102 |
| Binary | 1100100 | 1011101 | 11110100 | 111011 | 111110 | 0 | 100 | 11110011 | 1010111 | 1000010 |
Color Harmonies of #645DF4
Complementary color
Monochromatic Colors of #645DF4
Black with #645DF4
Text Example
Text Example
White with #645DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DF4; }
p { color: rgb(100,93,244); }
H1.HeaderClassName
{
color: #645DF4;
}
.AnyTagClassName
{
color: #645DF4;
}
</style>
background-color css
<style>
a { background-color: #645DF4; }
a { background-color: rgb(100,93,244); }
div.DivClassName
{
background-color: #645DF4;
}
.BgClassName
{
background-color: #645DF4;
}
</style>
border-color css
<style>
span { border-color: #645DF4; }
span { border-color: rgb(100,93,244); }
td.TdClassName
{
border-color: #645DF4;
}
.TagClassName
{
border-color: #645DF4;
}
</style>