Shades of Blue Marguerite #6053B7
Tints of Blue Marguerite #6053B7
RGB
CMYK
RGB Variations
Color information
#6053B7 (or 0x6053B7) is known color: Blue Marguerite. HEX triplet: 60, 53 and B7. RGB value is (96,83,183). Sum of RGB (Red+Green+Blue) = 96+83+183=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #6053B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053B7 is #9FAC48. Grayscale: #616161. Windows color (decimal): -10464329 or 12014432. OLE color: 12014432.
HSL color Cylindrical-coordinate representation of color #6053B7: hue angle of 247.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6053B7 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 83 | 183 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.28 |
| HSL | 247.8º | 0.41% | 0.52% | - |
| HSV(B) | 247.8º | 0.55% | 0.72% | - |
| XYZ | 16.46 | 12.09 | 46.27 | - |
| YUV | 98.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 183 | 0.48 | 0.55 | 0 | 0.28 | 247.8 | 0.41 | 0.52 |
| Hex | 60 | 53 | B7 | 30 | 37 | 0 | 1C | F8 | 29 | 34 |
| Octal | 140 | 123 | 267 | 60 | 67 | 0 | 34 | 370 | 51 | 64 |
| Binary | 1100000 | 1010011 | 10110111 | 110000 | 110111 | 0 | 11100 | 11111000 | 101001 | 110100 |
Color Harmonies of #6053B7
Complementary color
Monochromatic Colors of #6053B7
Black with #6053B7
Text Example
Text Example
White with #6053B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053B7; }
p { color: rgb(96,83,183); }
H1.HeaderClassName
{
color: #6053B7;
}
.AnyTagClassName
{
color: #6053B7;
}
</style>
background-color css
<style>
a { background-color: #6053B7; }
a { background-color: rgb(96,83,183); }
div.DivClassName
{
background-color: #6053B7;
}
.BgClassName
{
background-color: #6053B7;
}
</style>
border-color css
<style>
span { border-color: #6053B7; }
span { border-color: rgb(96,83,183); }
td.TdClassName
{
border-color: #6053B7;
}
.TagClassName
{
border-color: #6053B7;
}
</style>