Shades of Slate Blue #644FDF
Tints of Slate Blue #644FDF
RGB
CMYK
RGB Variations
Color information
#644FDF (or 0x644FDF) is known color: Slate Blue. HEX triplet: 64, 4F and DF. RGB value is (100,79,223). Sum of RGB (Red+Green+Blue) = 100+79+223=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #644FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FDF is #9BB020. Grayscale: #656565. Windows color (decimal): -10203169 or 14634852. OLE color: 14634852.
HSL color Cylindrical-coordinate representation of color #644FDF: hue angle of 248.75º 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 #644FDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 79 | 223 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.13 |
| HSL | 248.75º | 0.69% | 0.59% | - |
| HSV(B) | 248.75º | 0.65% | 0.87% | - |
| XYZ | 21.37 | 13.63 | 71.32 | - |
| YUV | 101.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 223 | 0.55 | 0.65 | 0 | 0.13 | 248.75 | 0.69 | 0.59 |
| Hex | 64 | 4F | DF | 37 | 41 | 0 | D | F9 | 45 | 3B |
| Octal | 144 | 117 | 337 | 67 | 101 | 0 | 15 | 371 | 105 | 73 |
| Binary | 1100100 | 1001111 | 11011111 | 110111 | 1000001 | 0 | 1101 | 11111001 | 1000101 | 111011 |
Color Harmonies of #644FDF
Complementary color
Monochromatic Colors of #644FDF
Black with #644FDF
Text Example
Text Example
White with #644FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FDF; }
p { color: rgb(100,79,223); }
H1.HeaderClassName
{
color: #644FDF;
}
.AnyTagClassName
{
color: #644FDF;
}
</style>
background-color css
<style>
a { background-color: #644FDF; }
a { background-color: rgb(100,79,223); }
div.DivClassName
{
background-color: #644FDF;
}
.BgClassName
{
background-color: #644FDF;
}
</style>
border-color css
<style>
span { border-color: #644FDF; }
span { border-color: rgb(100,79,223); }
td.TdClassName
{
border-color: #644FDF;
}
.TagClassName
{
border-color: #644FDF;
}
</style>