Shades of Slate Blue #644EEA
Tints of Slate Blue #644EEA
RGB
CMYK
RGB Variations
Color information
#644EEA (or 0x644EEA) is known color: Slate Blue. HEX triplet: 64, 4E and EA. RGB value is (100,78,234). Sum of RGB (Red+Green+Blue) = 100+78+234=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #644EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EEA is #9BB115. Grayscale: #656565. Windows color (decimal): -10203414 or 15355492. OLE color: 15355492.
HSL color Cylindrical-coordinate representation of color #644EEA: hue angle of 248.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644EEA is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 78 | 234 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.08 |
| HSL | 248.46º | 0.79% | 0.61% | - |
| HSV(B) | 248.46º | 0.67% | 0.92% | - |
| XYZ | 22.83 | 14.1 | 79.36 | - |
| YUV | 102.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 234 | 0.57 | 0.67 | 0 | 0.08 | 248.46 | 0.79 | 0.61 |
| Hex | 64 | 4E | EA | 39 | 43 | 0 | 8 | F8 | 4F | 3D |
| Octal | 144 | 116 | 352 | 71 | 103 | 0 | 10 | 370 | 117 | 75 |
| Binary | 1100100 | 1001110 | 11101010 | 111001 | 1000011 | 0 | 1000 | 11111000 | 1001111 | 111101 |
Color Harmonies of #644EEA
Complementary color
Monochromatic Colors of #644EEA
Black with #644EEA
Text Example
Text Example
White with #644EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EEA; }
p { color: rgb(100,78,234); }
H1.HeaderClassName
{
color: #644EEA;
}
.AnyTagClassName
{
color: #644EEA;
}
</style>
background-color css
<style>
a { background-color: #644EEA; }
a { background-color: rgb(100,78,234); }
div.DivClassName
{
background-color: #644EEA;
}
.BgClassName
{
background-color: #644EEA;
}
</style>
border-color css
<style>
span { border-color: #644EEA; }
span { border-color: rgb(100,78,234); }
td.TdClassName
{
border-color: #644EEA;
}
.TagClassName
{
border-color: #644EEA;
}
</style>