Shades of Slate Blue #644FE5
Tints of Slate Blue #644FE5
RGB
CMYK
RGB Variations
Color information
#644FE5 (or 0x644FE5) is known color: Slate Blue. HEX triplet: 64, 4F and E5. RGB value is (100,79,229). Sum of RGB (Red+Green+Blue) = 100+79+229=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #644FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FE5 is #9BB01A. Grayscale: #656565. Windows color (decimal): -10203163 or 15028068. OLE color: 15028068.
HSL color Cylindrical-coordinate representation of color #644FE5: hue angle of 248.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644FE5 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 79 | 229 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.10 |
| HSL | 248.4º | 0.74% | 0.6% | - |
| HSV(B) | 248.4º | 0.66% | 0.9% | - |
| XYZ | 22.19 | 13.96 | 75.65 | - |
| YUV | 102.38 | 199.46 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 229 | 0.56 | 0.66 | 0 | 0.10 | 248.4 | 0.74 | 0.6 |
| Hex | 64 | 4F | E5 | 38 | 42 | 0 | A | F8 | 4A | 3C |
| Octal | 144 | 117 | 345 | 70 | 102 | 0 | 12 | 370 | 112 | 74 |
| Binary | 1100100 | 1001111 | 11100101 | 111000 | 1000010 | 0 | 1010 | 11111000 | 1001010 | 111100 |
Color Harmonies of #644FE5
Complementary color
Monochromatic Colors of #644FE5
Black with #644FE5
Text Example
Text Example
White with #644FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FE5; }
p { color: rgb(100,79,229); }
H1.HeaderClassName
{
color: #644FE5;
}
.AnyTagClassName
{
color: #644FE5;
}
</style>
background-color css
<style>
a { background-color: #644FE5; }
a { background-color: rgb(100,79,229); }
div.DivClassName
{
background-color: #644FE5;
}
.BgClassName
{
background-color: #644FE5;
}
</style>
border-color css
<style>
span { border-color: #644FE5; }
span { border-color: rgb(100,79,229); }
td.TdClassName
{
border-color: #644FE5;
}
.TagClassName
{
border-color: #644FE5;
}
</style>