Shades of Blue Marguerite #604AAC
Tints of Blue Marguerite #604AAC
RGB
CMYK
RGB Variations
Color information
#604AAC (or 0x604AAC) is known color: Blue Marguerite. HEX triplet: 60, 4A and AC. RGB value is (96,74,172). Sum of RGB (Red+Green+Blue) = 96+74+172=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #604AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AAC is #9FB553. Grayscale: #5B5B5B. Windows color (decimal): -10466644 or 11291232. OLE color: 11291232.
HSL color Cylindrical-coordinate representation of color #604AAC: hue angle of 253.47º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604AAC is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 74 | 172 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.33 |
| HSL | 253.47º | 0.4% | 0.48% | - |
| HSV(B) | 253.47º | 0.57% | 0.67% | - |
| XYZ | 14.72 | 10.36 | 40.25 | - |
| YUV | 91.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 172 | 0.44 | 0.57 | 0 | 0.33 | 253.47 | 0.4 | 0.48 |
| Hex | 60 | 4A | AC | 2C | 39 | 0 | 21 | FD | 28 | 30 |
| Octal | 140 | 112 | 254 | 54 | 71 | 0 | 41 | 375 | 50 | 60 |
| Binary | 1100000 | 1001010 | 10101100 | 101100 | 111001 | 0 | 100001 | 11111101 | 101000 | 110000 |
Color Harmonies of #604AAC
Complementary color
Monochromatic Colors of #604AAC
Black with #604AAC
Text Example
Text Example
White with #604AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604AAC; }
p { color: rgb(96,74,172); }
H1.HeaderClassName
{
color: #604AAC;
}
.AnyTagClassName
{
color: #604AAC;
}
</style>
background-color css
<style>
a { background-color: #604AAC; }
a { background-color: rgb(96,74,172); }
div.DivClassName
{
background-color: #604AAC;
}
.BgClassName
{
background-color: #604AAC;
}
</style>
border-color css
<style>
span { border-color: #604AAC; }
span { border-color: rgb(96,74,172); }
td.TdClassName
{
border-color: #604AAC;
}
.TagClassName
{
border-color: #604AAC;
}
</style>