Shades of Medium Slate Blue #645CEF
Tints of Medium Slate Blue #645CEF
RGB
CMYK
RGB Variations
Color information
#645CEF (or 0x645CEF) is known color: Medium Slate Blue. HEX triplet: 64, 5C and EF. RGB value is (100,92,239). Sum of RGB (Red+Green+Blue) = 100+92+239=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #645CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CEF is #9BA310. Grayscale: #6E6E6E. Windows color (decimal): -10199825 or 15686756. OLE color: 15686756.
HSL color Cylindrical-coordinate representation of color #645CEF: hue angle of 243.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645CEF is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 92 | 239 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.06 |
| HSL | 243.27º | 0.82% | 0.65% | - |
| HSV(B) | 243.27º | 0.62% | 0.94% | - |
| XYZ | 24.66 | 16.6 | 83.56 | - |
| YUV | 111.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 239 | 0.58 | 0.62 | 0 | 0.06 | 243.27 | 0.82 | 0.65 |
| Hex | 64 | 5C | EF | 3A | 3E | 0 | 6 | F3 | 52 | 41 |
| Octal | 144 | 134 | 357 | 72 | 76 | 0 | 6 | 363 | 122 | 101 |
| Binary | 1100100 | 1011100 | 11101111 | 111010 | 111110 | 0 | 110 | 11110011 | 1010010 | 1000001 |
Color Harmonies of #645CEF
Complementary color
Monochromatic Colors of #645CEF
Black with #645CEF
Text Example
Text Example
White with #645CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CEF; }
p { color: rgb(100,92,239); }
H1.HeaderClassName
{
color: #645CEF;
}
.AnyTagClassName
{
color: #645CEF;
}
</style>
background-color css
<style>
a { background-color: #645CEF; }
a { background-color: rgb(100,92,239); }
div.DivClassName
{
background-color: #645CEF;
}
.BgClassName
{
background-color: #645CEF;
}
</style>
border-color css
<style>
span { border-color: #645CEF; }
span { border-color: rgb(100,92,239); }
td.TdClassName
{
border-color: #645CEF;
}
.TagClassName
{
border-color: #645CEF;
}
</style>