Shades of Blue Marguerite #645AAA
Tints of Blue Marguerite #645AAA
RGB
CMYK
RGB Variations
Color information
#645AAA (or 0x645AAA) is known color: Blue Marguerite. HEX triplet: 64, 5A and AA. RGB value is (100,90,170). Sum of RGB (Red+Green+Blue) = 100+90+170=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #645AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AAA is #9BA555. Grayscale: #656565. Windows color (decimal): -10200406 or 11164260. OLE color: 11164260.
HSL color Cylindrical-coordinate representation of color #645AAA: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645AAA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 90 | 170 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.33 |
| HSL | 247.5º | 0.32% | 0.51% | - |
| HSV(B) | 247.5º | 0.47% | 0.67% | - |
| XYZ | 16.17 | 12.92 | 39.67 | - |
| YUV | 102.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 170 | 0.41 | 0.47 | 0 | 0.33 | 247.5 | 0.32 | 0.51 |
| Hex | 64 | 5A | AA | 29 | 2F | 0 | 21 | F8 | 20 | 33 |
| Octal | 144 | 132 | 252 | 51 | 57 | 0 | 41 | 370 | 40 | 63 |
| Binary | 1100100 | 1011010 | 10101010 | 101001 | 101111 | 0 | 100001 | 11111000 | 100000 | 110011 |
Color Harmonies of #645AAA
Complementary color
Monochromatic Colors of #645AAA
Black with #645AAA
Text Example
Text Example
White with #645AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645AAA; }
p { color: rgb(100,90,170); }
H1.HeaderClassName
{
color: #645AAA;
}
.AnyTagClassName
{
color: #645AAA;
}
</style>
background-color css
<style>
a { background-color: #645AAA; }
a { background-color: rgb(100,90,170); }
div.DivClassName
{
background-color: #645AAA;
}
.BgClassName
{
background-color: #645AAA;
}
</style>
border-color css
<style>
span { border-color: #645AAA; }
span { border-color: rgb(100,90,170); }
td.TdClassName
{
border-color: #645AAA;
}
.TagClassName
{
border-color: #645AAA;
}
</style>