Shades of Blue Marguerite #6052BD
Tints of Blue Marguerite #6052BD
RGB
CMYK
RGB Variations
Color information
#6052BD (or 0x6052BD) is known color: Blue Marguerite. HEX triplet: 60, 52 and BD. RGB value is (96,82,189). Sum of RGB (Red+Green+Blue) = 96+82+189=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #6052BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052BD is #9FAD42. Grayscale: #616161. Windows color (decimal): -10464579 or 12407392. OLE color: 12407392.
HSL color Cylindrical-coordinate representation of color #6052BD: hue angle of 247.85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6052BD is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 82 | 189 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.26 |
| HSL | 247.85º | 0.45% | 0.53% | - |
| HSV(B) | 247.85º | 0.57% | 0.74% | - |
| XYZ | 17.03 | 12.2 | 49.6 | - |
| YUV | 98.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 189 | 0.49 | 0.57 | 0 | 0.26 | 247.85 | 0.45 | 0.53 |
| Hex | 60 | 52 | BD | 31 | 39 | 0 | 1A | F8 | 2D | 35 |
| Octal | 140 | 122 | 275 | 61 | 71 | 0 | 32 | 370 | 55 | 65 |
| Binary | 1100000 | 1010010 | 10111101 | 110001 | 111001 | 0 | 11010 | 11111000 | 101101 | 110101 |
Color Harmonies of #6052BD
Complementary color
Monochromatic Colors of #6052BD
Black with #6052BD
Text Example
Text Example
White with #6052BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052BD; }
p { color: rgb(96,82,189); }
H1.HeaderClassName
{
color: #6052BD;
}
.AnyTagClassName
{
color: #6052BD;
}
</style>
background-color css
<style>
a { background-color: #6052BD; }
a { background-color: rgb(96,82,189); }
div.DivClassName
{
background-color: #6052BD;
}
.BgClassName
{
background-color: #6052BD;
}
</style>
border-color css
<style>
span { border-color: #6052BD; }
span { border-color: rgb(96,82,189); }
td.TdClassName
{
border-color: #6052BD;
}
.TagClassName
{
border-color: #6052BD;
}
</style>