Shades of Blue Marguerite #6045B1
Tints of Blue Marguerite #6045B1
RGB
CMYK
RGB Variations
Color information
#6045B1 (or 0x6045B1) is known color: Blue Marguerite. HEX triplet: 60, 45 and B1. RGB value is (96,69,177). Sum of RGB (Red+Green+Blue) = 96+69+177=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #6045B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6045B1 is #9FBA4E. Grayscale: #585858. Windows color (decimal): -10467919 or 11617632. OLE color: 11617632.
HSL color Cylindrical-coordinate representation of color #6045B1: hue angle of 255º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6045B1 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 69 | 177 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.31 |
| HSL | 255º | 0.44% | 0.48% | - |
| HSV(B) | 255º | 0.61% | 0.69% | - |
| XYZ | 14.89 | 9.92 | 42.72 | - |
| YUV | 89.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 177 | 0.46 | 0.61 | 0 | 0.31 | 255 | 0.44 | 0.48 |
| Hex | 60 | 45 | B1 | 2E | 3D | 0 | 1F | FF | 2C | 30 |
| Octal | 140 | 105 | 261 | 56 | 75 | 0 | 37 | 377 | 54 | 60 |
| Binary | 1100000 | 1000101 | 10110001 | 101110 | 111101 | 0 | 11111 | 11111111 | 101100 | 110000 |
Color Harmonies of #6045B1
Complementary color
Monochromatic Colors of #6045B1
Black with #6045B1
Text Example
Text Example
White with #6045B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045B1; }
p { color: rgb(96,69,177); }
H1.HeaderClassName
{
color: #6045B1;
}
.AnyTagClassName
{
color: #6045B1;
}
</style>
background-color css
<style>
a { background-color: #6045B1; }
a { background-color: rgb(96,69,177); }
div.DivClassName
{
background-color: #6045B1;
}
.BgClassName
{
background-color: #6045B1;
}
</style>
border-color css
<style>
span { border-color: #6045B1; }
span { border-color: rgb(96,69,177); }
td.TdClassName
{
border-color: #6045B1;
}
.TagClassName
{
border-color: #6045B1;
}
</style>