Shades of Medium Slate Blue #645EEF
Tints of Medium Slate Blue #645EEF
RGB
CMYK
RGB Variations
Color information
#645EEF (or 0x645EEF) is known color: Medium Slate Blue. HEX triplet: 64, 5E and EF. RGB value is (100,94,239). Sum of RGB (Red+Green+Blue) = 100+94+239=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #645EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EEF is #9BA110. Grayscale: #6F6F6F. Windows color (decimal): -10199313 or 15687268. OLE color: 15687268.
HSL color Cylindrical-coordinate representation of color #645EEF: hue angle of 242.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645EEF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 94 | 239 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.06 |
| HSL | 242.48º | 0.82% | 0.65% | - |
| HSV(B) | 242.48º | 0.61% | 0.94% | - |
| XYZ | 24.84 | 16.95 | 83.62 | - |
| YUV | 112.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 239 | 0.58 | 0.61 | 0 | 0.06 | 242.48 | 0.82 | 0.65 |
| Hex | 64 | 5E | EF | 3A | 3D | 0 | 6 | F2 | 52 | 41 |
| Octal | 144 | 136 | 357 | 72 | 75 | 0 | 6 | 362 | 122 | 101 |
| Binary | 1100100 | 1011110 | 11101111 | 111010 | 111101 | 0 | 110 | 11110010 | 1010010 | 1000001 |
Color Harmonies of #645EEF
Complementary color
Monochromatic Colors of #645EEF
Black with #645EEF
Text Example
Text Example
White with #645EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645EEF; }
p { color: rgb(100,94,239); }
H1.HeaderClassName
{
color: #645EEF;
}
.AnyTagClassName
{
color: #645EEF;
}
</style>
background-color css
<style>
a { background-color: #645EEF; }
a { background-color: rgb(100,94,239); }
div.DivClassName
{
background-color: #645EEF;
}
.BgClassName
{
background-color: #645EEF;
}
</style>
border-color css
<style>
span { border-color: #645EEF; }
span { border-color: rgb(100,94,239); }
td.TdClassName
{
border-color: #645EEF;
}
.TagClassName
{
border-color: #645EEF;
}
</style>