Shades of Blue Marguerite #604BBB
Tints of Blue Marguerite #604BBB
RGB
CMYK
RGB Variations
Color information
#604BBB (or 0x604BBB) is known color: Blue Marguerite. HEX triplet: 60, 4B and BB. RGB value is (96,75,187). Sum of RGB (Red+Green+Blue) = 96+75+187=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #604BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BBB is #9FB444. Grayscale: #5D5D5D. Windows color (decimal): -10466373 or 12274528. OLE color: 12274528.
HSL color Cylindrical-coordinate representation of color #604BBB: hue angle of 251.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604BBB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 75 | 187 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.27 |
| HSL | 251.25º | 0.45% | 0.51% | - |
| HSV(B) | 251.25º | 0.6% | 0.73% | - |
| XYZ | 16.31 | 11.11 | 48.3 | - |
| YUV | 94.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 187 | 0.49 | 0.60 | 0 | 0.27 | 251.25 | 0.45 | 0.51 |
| Hex | 60 | 4B | BB | 31 | 3C | 0 | 1B | FB | 2D | 33 |
| Octal | 140 | 113 | 273 | 61 | 74 | 0 | 33 | 373 | 55 | 63 |
| Binary | 1100000 | 1001011 | 10111011 | 110001 | 111100 | 0 | 11011 | 11111011 | 101101 | 110011 |
Color Harmonies of #604BBB
Complementary color
Monochromatic Colors of #604BBB
Black with #604BBB
Text Example
Text Example
White with #604BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604BBB; }
p { color: rgb(96,75,187); }
H1.HeaderClassName
{
color: #604BBB;
}
.AnyTagClassName
{
color: #604BBB;
}
</style>
background-color css
<style>
a { background-color: #604BBB; }
a { background-color: rgb(96,75,187); }
div.DivClassName
{
background-color: #604BBB;
}
.BgClassName
{
background-color: #604BBB;
}
</style>
border-color css
<style>
span { border-color: #604BBB; }
span { border-color: rgb(96,75,187); }
td.TdClassName
{
border-color: #604BBB;
}
.TagClassName
{
border-color: #604BBB;
}
</style>