Shades of Blue Marguerite #604AAB
Tints of Blue Marguerite #604AAB
RGB
CMYK
RGB Variations
Color information
#604AAB (or 0x604AAB) is known color: Blue Marguerite. HEX triplet: 60, 4A and AB. RGB value is (96,74,171). Sum of RGB (Red+Green+Blue) = 96+74+171=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #604AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AAB is #9FB554. Grayscale: #5B5B5B. Windows color (decimal): -10466645 or 11225696. OLE color: 11225696.
HSL color Cylindrical-coordinate representation of color #604AAB: hue angle of 253.61º 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 #604AAB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 74 | 171 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.33 |
| HSL | 253.61º | 0.4% | 0.48% | - |
| HSV(B) | 253.61º | 0.57% | 0.67% | - |
| XYZ | 14.62 | 10.32 | 39.75 | - |
| YUV | 91.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 171 | 0.44 | 0.57 | 0 | 0.33 | 253.61 | 0.4 | 0.48 |
| Hex | 60 | 4A | AB | 2C | 39 | 0 | 21 | FE | 28 | 30 |
| Octal | 140 | 112 | 253 | 54 | 71 | 0 | 41 | 376 | 50 | 60 |
| Binary | 1100000 | 1001010 | 10101011 | 101100 | 111001 | 0 | 100001 | 11111110 | 101000 | 110000 |
Color Harmonies of #604AAB
Complementary color
Monochromatic Colors of #604AAB
Black with #604AAB
Text Example
Text Example
White with #604AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604AAB; }
p { color: rgb(96,74,171); }
H1.HeaderClassName
{
color: #604AAB;
}
.AnyTagClassName
{
color: #604AAB;
}
</style>
background-color css
<style>
a { background-color: #604AAB; }
a { background-color: rgb(96,74,171); }
div.DivClassName
{
background-color: #604AAB;
}
.BgClassName
{
background-color: #604AAB;
}
</style>
border-color css
<style>
span { border-color: #604AAB; }
span { border-color: rgb(96,74,171); }
td.TdClassName
{
border-color: #604AAB;
}
.TagClassName
{
border-color: #604AAB;
}
</style>