Shades of Slate Blue #644FDE
Tints of Slate Blue #644FDE
RGB
CMYK
RGB Variations
Color information
#644FDE (or 0x644FDE) is known color: Slate Blue. HEX triplet: 64, 4F and DE. RGB value is (100,79,222). Sum of RGB (Red+Green+Blue) = 100+79+222=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #644FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FDE is #9BB021. Grayscale: #656565. Windows color (decimal): -10203170 or 14569316. OLE color: 14569316.
HSL color Cylindrical-coordinate representation of color #644FDE: hue angle of 248.81º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644FDE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 79 | 222 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.13 |
| HSL | 248.81º | 0.68% | 0.59% | - |
| HSV(B) | 248.81º | 0.64% | 0.87% | - |
| XYZ | 21.24 | 13.58 | 70.61 | - |
| YUV | 101.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 222 | 0.55 | 0.64 | 0 | 0.13 | 248.81 | 0.68 | 0.59 |
| Hex | 64 | 4F | DE | 37 | 40 | 0 | D | F9 | 44 | 3B |
| Octal | 144 | 117 | 336 | 67 | 100 | 0 | 15 | 371 | 104 | 73 |
| Binary | 1100100 | 1001111 | 11011110 | 110111 | 1000000 | 0 | 1101 | 11111001 | 1000100 | 111011 |
Color Harmonies of #644FDE
Complementary color
Monochromatic Colors of #644FDE
Black with #644FDE
Text Example
Text Example
White with #644FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FDE; }
p { color: rgb(100,79,222); }
H1.HeaderClassName
{
color: #644FDE;
}
.AnyTagClassName
{
color: #644FDE;
}
</style>
background-color css
<style>
a { background-color: #644FDE; }
a { background-color: rgb(100,79,222); }
div.DivClassName
{
background-color: #644FDE;
}
.BgClassName
{
background-color: #644FDE;
}
</style>
border-color css
<style>
span { border-color: #644FDE; }
span { border-color: rgb(100,79,222); }
td.TdClassName
{
border-color: #644FDE;
}
.TagClassName
{
border-color: #644FDE;
}
</style>