Shades of Blue Marguerite #6154B0
Tints of Blue Marguerite #6154B0
RGB
CMYK
RGB Variations
Color information
#6154B0 (or 0x6154B0) is known color: Blue Marguerite. HEX triplet: 61, 54 and B0. RGB value is (97,84,176). Sum of RGB (Red+Green+Blue) = 97+84+176=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #6154B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154B0 is #9EAB4F. Grayscale: #626262. Windows color (decimal): -10398544 or 11555937. OLE color: 11555937.
HSL color Cylindrical-coordinate representation of color #6154B0: hue angle of 248.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6154B0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 84 | 176 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.31 |
| HSL | 248.48º | 0.37% | 0.51% | - |
| HSV(B) | 248.48º | 0.52% | 0.69% | - |
| XYZ | 15.94 | 12.02 | 42.55 | - |
| YUV | 98.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 176 | 0.45 | 0.52 | 0 | 0.31 | 248.48 | 0.37 | 0.51 |
| Hex | 61 | 54 | B0 | 2D | 34 | 0 | 1F | F8 | 25 | 33 |
| Octal | 141 | 124 | 260 | 55 | 64 | 0 | 37 | 370 | 45 | 63 |
| Binary | 1100001 | 1010100 | 10110000 | 101101 | 110100 | 0 | 11111 | 11111000 | 100101 | 110011 |
Color Harmonies of #6154B0
Complementary color
Monochromatic Colors of #6154B0
Black with #6154B0
Text Example
Text Example
White with #6154B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154B0; }
p { color: rgb(97,84,176); }
H1.HeaderClassName
{
color: #6154B0;
}
.AnyTagClassName
{
color: #6154B0;
}
</style>
background-color css
<style>
a { background-color: #6154B0; }
a { background-color: rgb(97,84,176); }
div.DivClassName
{
background-color: #6154B0;
}
.BgClassName
{
background-color: #6154B0;
}
</style>
border-color css
<style>
span { border-color: #6154B0; }
span { border-color: rgb(97,84,176); }
td.TdClassName
{
border-color: #6154B0;
}
.TagClassName
{
border-color: #6154B0;
}
</style>