Shades of Blue Marguerite #645CA9
Tints of Blue Marguerite #645CA9
RGB
CMYK
RGB Variations
Color information
#645CA9 (or 0x645CA9) is known color: Blue Marguerite. HEX triplet: 64, 5C and A9. RGB value is (100,92,169). Sum of RGB (Red+Green+Blue) = 100+92+169=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #645CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CA9 is #9BA356. Grayscale: #666666. Windows color (decimal): -10199895 or 11099236. OLE color: 11099236.
HSL color Cylindrical-coordinate representation of color #645CA9: hue angle of 246.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645CA9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 92 | 169 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.34 |
| HSL | 246.23º | 0.31% | 0.51% | - |
| HSV(B) | 246.23º | 0.46% | 0.66% | - |
| XYZ | 16.24 | 13.23 | 39.23 | - |
| YUV | 103.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 169 | 0.41 | 0.46 | 0 | 0.34 | 246.23 | 0.31 | 0.51 |
| Hex | 64 | 5C | A9 | 29 | 2E | 0 | 22 | F6 | 1F | 33 |
| Octal | 144 | 134 | 251 | 51 | 56 | 0 | 42 | 366 | 37 | 63 |
| Binary | 1100100 | 1011100 | 10101001 | 101001 | 101110 | 0 | 100010 | 11110110 | 11111 | 110011 |
Color Harmonies of #645CA9
Complementary color
Monochromatic Colors of #645CA9
Black with #645CA9
Text Example
Text Example
White with #645CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CA9; }
p { color: rgb(100,92,169); }
H1.HeaderClassName
{
color: #645CA9;
}
.AnyTagClassName
{
color: #645CA9;
}
</style>
background-color css
<style>
a { background-color: #645CA9; }
a { background-color: rgb(100,92,169); }
div.DivClassName
{
background-color: #645CA9;
}
.BgClassName
{
background-color: #645CA9;
}
</style>
border-color css
<style>
span { border-color: #645CA9; }
span { border-color: rgb(100,92,169); }
td.TdClassName
{
border-color: #645CA9;
}
.TagClassName
{
border-color: #645CA9;
}
</style>