Shades of Slate Blue #644ADE
Tints of Slate Blue #644ADE
RGB
CMYK
RGB Variations
Color information
#644ADE (or 0x644ADE) is known color: Slate Blue. HEX triplet: 64, 4A and DE. RGB value is (100,74,222). Sum of RGB (Red+Green+Blue) = 100+74+222=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #644ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ADE is #9BB521. Grayscale: #626262. Windows color (decimal): -10204450 or 14568036. OLE color: 14568036.
HSL color Cylindrical-coordinate representation of color #644ADE: hue angle of 250.54º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644ADE is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 74 | 222 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.13 |
| HSL | 250.54º | 0.69% | 0.58% | - |
| HSV(B) | 250.54º | 0.67% | 0.87% | - |
| XYZ | 20.89 | 12.88 | 70.49 | - |
| YUV | 98.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 222 | 0.55 | 0.67 | 0 | 0.13 | 250.54 | 0.69 | 0.58 |
| Hex | 64 | 4A | DE | 37 | 43 | 0 | D | FB | 45 | 3A |
| Octal | 144 | 112 | 336 | 67 | 103 | 0 | 15 | 373 | 105 | 72 |
| Binary | 1100100 | 1001010 | 11011110 | 110111 | 1000011 | 0 | 1101 | 11111011 | 1000101 | 111010 |
Color Harmonies of #644ADE
Complementary color
Monochromatic Colors of #644ADE
Black with #644ADE
Text Example
Text Example
White with #644ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644ADE; }
p { color: rgb(100,74,222); }
H1.HeaderClassName
{
color: #644ADE;
}
.AnyTagClassName
{
color: #644ADE;
}
</style>
background-color css
<style>
a { background-color: #644ADE; }
a { background-color: rgb(100,74,222); }
div.DivClassName
{
background-color: #644ADE;
}
.BgClassName
{
background-color: #644ADE;
}
</style>
border-color css
<style>
span { border-color: #644ADE; }
span { border-color: rgb(100,74,222); }
td.TdClassName
{
border-color: #644ADE;
}
.TagClassName
{
border-color: #644ADE;
}
</style>