Shades of Medium Slate Blue #645AEC
Tints of Medium Slate Blue #645AEC
RGB
CMYK
RGB Variations
Color information
#645AEC (or 0x645AEC) is known color: Medium Slate Blue. HEX triplet: 64, 5A and EC. RGB value is (100,90,236). Sum of RGB (Red+Green+Blue) = 100+90+236=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #645AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645AEC is #9BA513. Grayscale: #6D6D6D. Windows color (decimal): -10200340 or 15489636. OLE color: 15489636.
HSL color Cylindrical-coordinate representation of color #645AEC: hue angle of 244.11º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645AEC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 90 | 236 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.07 |
| HSL | 244.11º | 0.79% | 0.64% | - |
| HSV(B) | 244.11º | 0.62% | 0.93% | - |
| XYZ | 24.05 | 16.08 | 81.19 | - |
| YUV | 109.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 236 | 0.58 | 0.62 | 0 | 0.07 | 244.11 | 0.79 | 0.64 |
| Hex | 64 | 5A | EC | 3A | 3E | 0 | 7 | F4 | 4F | 40 |
| Octal | 144 | 132 | 354 | 72 | 76 | 0 | 7 | 364 | 117 | 100 |
| Binary | 1100100 | 1011010 | 11101100 | 111010 | 111110 | 0 | 111 | 11110100 | 1001111 | 1000000 |
Color Harmonies of #645AEC
Complementary color
Monochromatic Colors of #645AEC
Black with #645AEC
Text Example
Text Example
White with #645AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645AEC; }
p { color: rgb(100,90,236); }
H1.HeaderClassName
{
color: #645AEC;
}
.AnyTagClassName
{
color: #645AEC;
}
</style>
background-color css
<style>
a { background-color: #645AEC; }
a { background-color: rgb(100,90,236); }
div.DivClassName
{
background-color: #645AEC;
}
.BgClassName
{
background-color: #645AEC;
}
</style>
border-color css
<style>
span { border-color: #645AEC; }
span { border-color: rgb(100,90,236); }
td.TdClassName
{
border-color: #645AEC;
}
.TagClassName
{
border-color: #645AEC;
}
</style>