Shades of Studio #644EA1
Tints of Studio #644EA1
RGB
CMYK
RGB Variations
Color information
#644EA1 (or 0x644EA1) is known color: Studio. HEX triplet: 64, 4E and A1. RGB value is (100,78,161). Sum of RGB (Red+Green+Blue) = 100+78+161=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #644EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644EA1 is #9BB15E. Grayscale: #5D5D5D. Windows color (decimal): -10203487 or 10571364. OLE color: 10571364.
HSL color Cylindrical-coordinate representation of color #644EA1: hue angle of 255.9º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644EA1 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 78 | 161 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.37 |
| HSL | 255.9º | 0.35% | 0.47% | - |
| HSV(B) | 255.9º | 0.52% | 0.63% | - |
| XYZ | 14.41 | 10.73 | 35.03 | - |
| YUV | 94.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 161 | 0.38 | 0.52 | 0 | 0.37 | 255.9 | 0.35 | 0.47 |
| Hex | 64 | 4E | A1 | 26 | 34 | 0 | 25 | 100 | 23 | 2F |
| Octal | 144 | 116 | 241 | 46 | 64 | 0 | 45 | 400 | 43 | 57 |
| Binary | 1100100 | 1001110 | 10100001 | 100110 | 110100 | 0 | 100101 | 100000000 | 100011 | 101111 |
Color Harmonies of #644EA1
Complementary color
Monochromatic Colors of #644EA1
Black with #644EA1
Text Example
Text Example
White with #644EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EA1; }
p { color: rgb(100,78,161); }
H1.HeaderClassName
{
color: #644EA1;
}
.AnyTagClassName
{
color: #644EA1;
}
</style>
background-color css
<style>
a { background-color: #644EA1; }
a { background-color: rgb(100,78,161); }
div.DivClassName
{
background-color: #644EA1;
}
.BgClassName
{
background-color: #644EA1;
}
</style>
border-color css
<style>
span { border-color: #644EA1; }
span { border-color: rgb(100,78,161); }
td.TdClassName
{
border-color: #644EA1;
}
.TagClassName
{
border-color: #644EA1;
}
</style>