Shades of Blue Marguerite #645DAE
Tints of Blue Marguerite #645DAE
RGB
CMYK
RGB Variations
Color information
#645DAE (or 0x645DAE) is known color: Blue Marguerite. HEX triplet: 64, 5D and AE. RGB value is (100,93,174). Sum of RGB (Red+Green+Blue) = 100+93+174=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #645DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DAE is #9BA251. Grayscale: #686868. Windows color (decimal): -10199634 or 11427172. OLE color: 11427172.
HSL color Cylindrical-coordinate representation of color #645DAE: hue angle of 245.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645DAE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 93 | 174 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.32 |
| HSL | 245.19º | 0.33% | 0.52% | - |
| HSV(B) | 245.19º | 0.47% | 0.68% | - |
| XYZ | 16.81 | 13.59 | 41.78 | - |
| YUV | 104.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 174 | 0.43 | 0.47 | 0 | 0.32 | 245.19 | 0.33 | 0.52 |
| Hex | 64 | 5D | AE | 2B | 2F | 0 | 20 | F5 | 21 | 34 |
| Octal | 144 | 135 | 256 | 53 | 57 | 0 | 40 | 365 | 41 | 64 |
| Binary | 1100100 | 1011101 | 10101110 | 101011 | 101111 | 0 | 100000 | 11110101 | 100001 | 110100 |
Color Harmonies of #645DAE
Complementary color
Monochromatic Colors of #645DAE
Black with #645DAE
Text Example
Text Example
White with #645DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DAE; }
p { color: rgb(100,93,174); }
H1.HeaderClassName
{
color: #645DAE;
}
.AnyTagClassName
{
color: #645DAE;
}
</style>
background-color css
<style>
a { background-color: #645DAE; }
a { background-color: rgb(100,93,174); }
div.DivClassName
{
background-color: #645DAE;
}
.BgClassName
{
background-color: #645DAE;
}
</style>
border-color css
<style>
span { border-color: #645DAE; }
span { border-color: rgb(100,93,174); }
td.TdClassName
{
border-color: #645DAE;
}
.TagClassName
{
border-color: #645DAE;
}
</style>