Shades of Slate Blue #644CEA
Tints of Slate Blue #644CEA
RGB
CMYK
RGB Variations
Color information
#644CEA (or 0x644CEA) is known color: Slate Blue. HEX triplet: 64, 4C and EA. RGB value is (100,76,234). Sum of RGB (Red+Green+Blue) = 100+76+234=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #644CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644CEA is #9BB315. Grayscale: #646464. Windows color (decimal): -10203926 or 15354980. OLE color: 15354980.
HSL color Cylindrical-coordinate representation of color #644CEA: hue angle of 249.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644CEA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 76 | 234 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.08 |
| HSL | 249.11º | 0.79% | 0.61% | - |
| HSV(B) | 249.11º | 0.68% | 0.92% | - |
| XYZ | 22.69 | 13.82 | 79.31 | - |
| YUV | 101.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 234 | 0.57 | 0.68 | 0 | 0.08 | 249.11 | 0.79 | 0.61 |
| Hex | 64 | 4C | EA | 39 | 44 | 0 | 8 | F9 | 4F | 3D |
| Octal | 144 | 114 | 352 | 71 | 104 | 0 | 10 | 371 | 117 | 75 |
| Binary | 1100100 | 1001100 | 11101010 | 111001 | 1000100 | 0 | 1000 | 11111001 | 1001111 | 111101 |
Color Harmonies of #644CEA
Complementary color
Monochromatic Colors of #644CEA
Black with #644CEA
Text Example
Text Example
White with #644CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CEA; }
p { color: rgb(100,76,234); }
H1.HeaderClassName
{
color: #644CEA;
}
.AnyTagClassName
{
color: #644CEA;
}
</style>
background-color css
<style>
a { background-color: #644CEA; }
a { background-color: rgb(100,76,234); }
div.DivClassName
{
background-color: #644CEA;
}
.BgClassName
{
background-color: #644CEA;
}
</style>
border-color css
<style>
span { border-color: #644CEA; }
span { border-color: rgb(100,76,234); }
td.TdClassName
{
border-color: #644CEA;
}
.TagClassName
{
border-color: #644CEA;
}
</style>