Shades of Studio #644DA0
Tints of Studio #644DA0
RGB
CMYK
RGB Variations
Color information
#644DA0 (or 0x644DA0) is known color: Studio. HEX triplet: 64, 4D and A0. RGB value is (100,77,160). Sum of RGB (Red+Green+Blue) = 100+77+160=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #644DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DA0 is #9BB25F. Grayscale: #5D5D5D. Windows color (decimal): -10203744 or 10505572. OLE color: 10505572.
HSL color Cylindrical-coordinate representation of color #644DA0: hue angle of 256.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644DA0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 77 | 160 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.37 |
| HSL | 256.63º | 0.35% | 0.46% | - |
| HSV(B) | 256.63º | 0.52% | 0.63% | - |
| XYZ | 14.25 | 10.56 | 34.54 | - |
| YUV | 93.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 160 | 0.38 | 0.52 | 0 | 0.37 | 256.63 | 0.35 | 0.46 |
| Hex | 64 | 4D | A0 | 26 | 34 | 0 | 25 | 101 | 23 | 2E |
| Octal | 144 | 115 | 240 | 46 | 64 | 0 | 45 | 401 | 43 | 56 |
| Binary | 1100100 | 1001101 | 10100000 | 100110 | 110100 | 0 | 100101 | 100000001 | 100011 | 101110 |
Color Harmonies of #644DA0
Complementary color
Monochromatic Colors of #644DA0
Black with #644DA0
Text Example
Text Example
White with #644DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DA0; }
p { color: rgb(100,77,160); }
H1.HeaderClassName
{
color: #644DA0;
}
.AnyTagClassName
{
color: #644DA0;
}
</style>
background-color css
<style>
a { background-color: #644DA0; }
a { background-color: rgb(100,77,160); }
div.DivClassName
{
background-color: #644DA0;
}
.BgClassName
{
background-color: #644DA0;
}
</style>
border-color css
<style>
span { border-color: #644DA0; }
span { border-color: rgb(100,77,160); }
td.TdClassName
{
border-color: #644DA0;
}
.TagClassName
{
border-color: #644DA0;
}
</style>