Shades of Blue Marguerite #6047B3
Tints of Blue Marguerite #6047B3
RGB
CMYK
RGB Variations
Color information
#6047B3 (or 0x6047B3) is known color: Blue Marguerite. HEX triplet: 60, 47 and B3. RGB value is (96,71,179). Sum of RGB (Red+Green+Blue) = 96+71+179=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #6047B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047B3 is #9FB84C. Grayscale: #5A5A5A. Windows color (decimal): -10467405 or 11749216. OLE color: 11749216.
HSL color Cylindrical-coordinate representation of color #6047B3: hue angle of 253.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6047B3 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 71 | 179 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.30 |
| HSL | 253.89º | 0.43% | 0.49% | - |
| HSV(B) | 253.89º | 0.6% | 0.7% | - |
| XYZ | 15.21 | 10.25 | 43.82 | - |
| YUV | 90.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 179 | 0.46 | 0.60 | 0 | 0.30 | 253.89 | 0.43 | 0.49 |
| Hex | 60 | 47 | B3 | 2E | 3C | 0 | 1E | FE | 2B | 31 |
| Octal | 140 | 107 | 263 | 56 | 74 | 0 | 36 | 376 | 53 | 61 |
| Binary | 1100000 | 1000111 | 10110011 | 101110 | 111100 | 0 | 11110 | 11111110 | 101011 | 110001 |
Color Harmonies of #6047B3
Complementary color
Monochromatic Colors of #6047B3
Black with #6047B3
Text Example
Text Example
White with #6047B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047B3; }
p { color: rgb(96,71,179); }
H1.HeaderClassName
{
color: #6047B3;
}
.AnyTagClassName
{
color: #6047B3;
}
</style>
background-color css
<style>
a { background-color: #6047B3; }
a { background-color: rgb(96,71,179); }
div.DivClassName
{
background-color: #6047B3;
}
.BgClassName
{
background-color: #6047B3;
}
</style>
border-color css
<style>
span { border-color: #6047B3; }
span { border-color: rgb(96,71,179); }
td.TdClassName
{
border-color: #6047B3;
}
.TagClassName
{
border-color: #6047B3;
}
</style>