Shades of Blue Marguerite #644FAC
Tints of Blue Marguerite #644FAC
RGB
CMYK
RGB Variations
Color information
#644FAC (or 0x644FAC) is known color: Blue Marguerite. HEX triplet: 64, 4F and AC. RGB value is (100,79,172). Sum of RGB (Red+Green+Blue) = 100+79+172=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #644FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644FAC is #9BB053. Grayscale: #5F5F5F. Windows color (decimal): -10203220 or 11292516. OLE color: 11292516.
HSL color Cylindrical-coordinate representation of color #644FAC: hue angle of 253.55º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644FAC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 79 | 172 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.33 |
| HSL | 253.55º | 0.37% | 0.49% | - |
| HSV(B) | 253.55º | 0.54% | 0.67% | - |
| XYZ | 15.5 | 11.28 | 40.39 | - |
| YUV | 95.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 172 | 0.42 | 0.54 | 0 | 0.33 | 253.55 | 0.37 | 0.49 |
| Hex | 64 | 4F | AC | 2A | 36 | 0 | 21 | FE | 25 | 31 |
| Octal | 144 | 117 | 254 | 52 | 66 | 0 | 41 | 376 | 45 | 61 |
| Binary | 1100100 | 1001111 | 10101100 | 101010 | 110110 | 0 | 100001 | 11111110 | 100101 | 110001 |
Color Harmonies of #644FAC
Complementary color
Monochromatic Colors of #644FAC
Black with #644FAC
Text Example
Text Example
White with #644FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FAC; }
p { color: rgb(100,79,172); }
H1.HeaderClassName
{
color: #644FAC;
}
.AnyTagClassName
{
color: #644FAC;
}
</style>
background-color css
<style>
a { background-color: #644FAC; }
a { background-color: rgb(100,79,172); }
div.DivClassName
{
background-color: #644FAC;
}
.BgClassName
{
background-color: #644FAC;
}
</style>
border-color css
<style>
span { border-color: #644FAC; }
span { border-color: rgb(100,79,172); }
td.TdClassName
{
border-color: #644FAC;
}
.TagClassName
{
border-color: #644FAC;
}
</style>