Shades of Slate Blue #644BDF
Tints of Slate Blue #644BDF
RGB
CMYK
RGB Variations
Color information
#644BDF (or 0x644BDF) is known color: Slate Blue. HEX triplet: 64, 4B and DF. RGB value is (100,75,223). Sum of RGB (Red+Green+Blue) = 100+75+223=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #644BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BDF is #9BB420. Grayscale: #626262. Windows color (decimal): -10204193 or 14633828. OLE color: 14633828.
HSL color Cylindrical-coordinate representation of color #644BDF: hue angle of 250.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644BDF is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 75 | 223 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.13 |
| HSL | 250.14º | 0.7% | 0.58% | - |
| HSV(B) | 250.14º | 0.66% | 0.87% | - |
| XYZ | 21.09 | 13.07 | 71.22 | - |
| YUV | 99.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 223 | 0.55 | 0.66 | 0 | 0.13 | 250.14 | 0.7 | 0.58 |
| Hex | 64 | 4B | DF | 37 | 42 | 0 | D | FA | 46 | 3A |
| Octal | 144 | 113 | 337 | 67 | 102 | 0 | 15 | 372 | 106 | 72 |
| Binary | 1100100 | 1001011 | 11011111 | 110111 | 1000010 | 0 | 1101 | 11111010 | 1000110 | 111010 |
Color Harmonies of #644BDF
Complementary color
Monochromatic Colors of #644BDF
Black with #644BDF
Text Example
Text Example
White with #644BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BDF; }
p { color: rgb(100,75,223); }
H1.HeaderClassName
{
color: #644BDF;
}
.AnyTagClassName
{
color: #644BDF;
}
</style>
background-color css
<style>
a { background-color: #644BDF; }
a { background-color: rgb(100,75,223); }
div.DivClassName
{
background-color: #644BDF;
}
.BgClassName
{
background-color: #644BDF;
}
</style>
border-color css
<style>
span { border-color: #644BDF; }
span { border-color: rgb(100,75,223); }
td.TdClassName
{
border-color: #644BDF;
}
.TagClassName
{
border-color: #644BDF;
}
</style>