Shades of Slate Blue #644AC1
Tints of Slate Blue #644AC1
RGB
CMYK
RGB Variations
Color information
#644AC1 (or 0x644AC1) is known color: Slate Blue. HEX triplet: 64, 4A and C1. RGB value is (100,74,193). Sum of RGB (Red+Green+Blue) = 100+74+193=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #644AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AC1 is #9BB53E. Grayscale: #5E5E5E. Windows color (decimal): -10204479 or 12667492. OLE color: 12667492.
HSL color Cylindrical-coordinate representation of color #644AC1: hue angle of 253.11º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644AC1 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 74 | 193 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.24 |
| HSL | 253.11º | 0.49% | 0.52% | - |
| HSV(B) | 253.11º | 0.62% | 0.76% | - |
| XYZ | 17.33 | 11.46 | 51.75 | - |
| YUV | 95.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 193 | 0.48 | 0.62 | 0 | 0.24 | 253.11 | 0.49 | 0.52 |
| Hex | 64 | 4A | C1 | 30 | 3E | 0 | 18 | FD | 31 | 34 |
| Octal | 144 | 112 | 301 | 60 | 76 | 0 | 30 | 375 | 61 | 64 |
| Binary | 1100100 | 1001010 | 11000001 | 110000 | 111110 | 0 | 11000 | 11111101 | 110001 | 110100 |
Color Harmonies of #644AC1
Complementary color
Monochromatic Colors of #644AC1
Black with #644AC1
Text Example
Text Example
White with #644AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AC1; }
p { color: rgb(100,74,193); }
H1.HeaderClassName
{
color: #644AC1;
}
.AnyTagClassName
{
color: #644AC1;
}
</style>
background-color css
<style>
a { background-color: #644AC1; }
a { background-color: rgb(100,74,193); }
div.DivClassName
{
background-color: #644AC1;
}
.BgClassName
{
background-color: #644AC1;
}
</style>
border-color css
<style>
span { border-color: #644AC1; }
span { border-color: rgb(100,74,193); }
td.TdClassName
{
border-color: #644AC1;
}
.TagClassName
{
border-color: #644AC1;
}
</style>