Shades of Blue Marguerite #604DB0
Tints of Blue Marguerite #604DB0
RGB
CMYK
RGB Variations
Color information
#604DB0 (or 0x604DB0) is known color: Blue Marguerite. HEX triplet: 60, 4D and B0. RGB value is (96,77,176). Sum of RGB (Red+Green+Blue) = 96+77+176=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #604DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DB0 is #9FB24F. Grayscale: #5D5D5D. Windows color (decimal): -10465872 or 11554144. OLE color: 11554144.
HSL color Cylindrical-coordinate representation of color #604DB0: hue angle of 251.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604DB0 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 77 | 176 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.31 |
| HSL | 251.52º | 0.39% | 0.5% | - |
| HSV(B) | 251.52º | 0.56% | 0.69% | - |
| XYZ | 15.31 | 10.93 | 42.38 | - |
| YUV | 93.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 176 | 0.45 | 0.56 | 0 | 0.31 | 251.52 | 0.39 | 0.5 |
| Hex | 60 | 4D | B0 | 2D | 38 | 0 | 1F | FC | 27 | 32 |
| Octal | 140 | 115 | 260 | 55 | 70 | 0 | 37 | 374 | 47 | 62 |
| Binary | 1100000 | 1001101 | 10110000 | 101101 | 111000 | 0 | 11111 | 11111100 | 100111 | 110010 |
Color Harmonies of #604DB0
Complementary color
Monochromatic Colors of #604DB0
Black with #604DB0
Text Example
Text Example
White with #604DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DB0; }
p { color: rgb(96,77,176); }
H1.HeaderClassName
{
color: #604DB0;
}
.AnyTagClassName
{
color: #604DB0;
}
</style>
background-color css
<style>
a { background-color: #604DB0; }
a { background-color: rgb(96,77,176); }
div.DivClassName
{
background-color: #604DB0;
}
.BgClassName
{
background-color: #604DB0;
}
</style>
border-color css
<style>
span { border-color: #604DB0; }
span { border-color: rgb(96,77,176); }
td.TdClassName
{
border-color: #604DB0;
}
.TagClassName
{
border-color: #604DB0;
}
</style>