Shades of Blue Marguerite #604DB1
Tints of Blue Marguerite #604DB1
RGB
CMYK
RGB Variations
Color information
#604DB1 (or 0x604DB1) is known color: Blue Marguerite. HEX triplet: 60, 4D and B1. RGB value is (96,77,177). Sum of RGB (Red+Green+Blue) = 96+77+177=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #604DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DB1 is #9FB24E. Grayscale: #5D5D5D. Windows color (decimal): -10465871 or 11619680. OLE color: 11619680.
HSL color Cylindrical-coordinate representation of color #604DB1: hue angle of 251.4º 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 #604DB1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 77 | 177 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.31 |
| HSL | 251.4º | 0.39% | 0.5% | - |
| HSV(B) | 251.4º | 0.56% | 0.69% | - |
| XYZ | 15.41 | 10.97 | 42.9 | - |
| YUV | 94.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 177 | 0.46 | 0.56 | 0 | 0.31 | 251.4 | 0.39 | 0.5 |
| Hex | 60 | 4D | B1 | 2E | 38 | 0 | 1F | FB | 27 | 32 |
| Octal | 140 | 115 | 261 | 56 | 70 | 0 | 37 | 373 | 47 | 62 |
| Binary | 1100000 | 1001101 | 10110001 | 101110 | 111000 | 0 | 11111 | 11111011 | 100111 | 110010 |
Color Harmonies of #604DB1
Complementary color
Monochromatic Colors of #604DB1
Black with #604DB1
Text Example
Text Example
White with #604DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DB1; }
p { color: rgb(96,77,177); }
H1.HeaderClassName
{
color: #604DB1;
}
.AnyTagClassName
{
color: #604DB1;
}
</style>
background-color css
<style>
a { background-color: #604DB1; }
a { background-color: rgb(96,77,177); }
div.DivClassName
{
background-color: #604DB1;
}
.BgClassName
{
background-color: #604DB1;
}
</style>
border-color css
<style>
span { border-color: #604DB1; }
span { border-color: rgb(96,77,177); }
td.TdClassName
{
border-color: #604DB1;
}
.TagClassName
{
border-color: #604DB1;
}
</style>