Shades of Slate Blue #644EDF
Tints of Slate Blue #644EDF
RGB
CMYK
RGB Variations
Color information
#644EDF (or 0x644EDF) is known color: Slate Blue. HEX triplet: 64, 4E and DF. RGB value is (100,78,223). Sum of RGB (Red+Green+Blue) = 100+78+223=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #644EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EDF is #9BB120. Grayscale: #646464. Windows color (decimal): -10203425 or 14634596. OLE color: 14634596.
HSL color Cylindrical-coordinate representation of color #644EDF: hue angle of 249.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644EDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 78 | 223 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.13 |
| HSL | 249.1º | 0.69% | 0.59% | - |
| HSV(B) | 249.1º | 0.65% | 0.87% | - |
| XYZ | 21.3 | 13.49 | 71.29 | - |
| YUV | 101.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 223 | 0.55 | 0.65 | 0 | 0.13 | 249.1 | 0.69 | 0.59 |
| Hex | 64 | 4E | DF | 37 | 41 | 0 | D | F9 | 45 | 3B |
| Octal | 144 | 116 | 337 | 67 | 101 | 0 | 15 | 371 | 105 | 73 |
| Binary | 1100100 | 1001110 | 11011111 | 110111 | 1000001 | 0 | 1101 | 11111001 | 1000101 | 111011 |
Color Harmonies of #644EDF
Complementary color
Monochromatic Colors of #644EDF
Black with #644EDF
Text Example
Text Example
White with #644EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EDF; }
p { color: rgb(100,78,223); }
H1.HeaderClassName
{
color: #644EDF;
}
.AnyTagClassName
{
color: #644EDF;
}
</style>
background-color css
<style>
a { background-color: #644EDF; }
a { background-color: rgb(100,78,223); }
div.DivClassName
{
background-color: #644EDF;
}
.BgClassName
{
background-color: #644EDF;
}
</style>
border-color css
<style>
span { border-color: #644EDF; }
span { border-color: rgb(100,78,223); }
td.TdClassName
{
border-color: #644EDF;
}
.TagClassName
{
border-color: #644EDF;
}
</style>