Shades of Blue Marguerite #6153B7
Tints of Blue Marguerite #6153B7
RGB
CMYK
RGB Variations
Color information
#6153B7 (or 0x6153B7) is known color: Blue Marguerite. HEX triplet: 61, 53 and B7. RGB value is (97,83,183). Sum of RGB (Red+Green+Blue) = 97+83+183=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #6153B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153B7 is #9EAC48. Grayscale: #626262. Windows color (decimal): -10398793 or 12014433. OLE color: 12014433.
HSL color Cylindrical-coordinate representation of color #6153B7: hue angle of 248.4º 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 #6153B7 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 83 | 183 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.28 |
| HSL | 248.4º | 0.41% | 0.52% | - |
| HSV(B) | 248.4º | 0.55% | 0.72% | - |
| XYZ | 16.57 | 12.15 | 46.27 | - |
| YUV | 98.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 183 | 0.47 | 0.55 | 0 | 0.28 | 248.4 | 0.41 | 0.52 |
| Hex | 61 | 53 | B7 | 2F | 37 | 0 | 1C | F8 | 29 | 34 |
| Octal | 141 | 123 | 267 | 57 | 67 | 0 | 34 | 370 | 51 | 64 |
| Binary | 1100001 | 1010011 | 10110111 | 101111 | 110111 | 0 | 11100 | 11111000 | 101001 | 110100 |
Color Harmonies of #6153B7
Complementary color
Monochromatic Colors of #6153B7
Black with #6153B7
Text Example
Text Example
White with #6153B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153B7; }
p { color: rgb(97,83,183); }
H1.HeaderClassName
{
color: #6153B7;
}
.AnyTagClassName
{
color: #6153B7;
}
</style>
background-color css
<style>
a { background-color: #6153B7; }
a { background-color: rgb(97,83,183); }
div.DivClassName
{
background-color: #6153B7;
}
.BgClassName
{
background-color: #6153B7;
}
</style>
border-color css
<style>
span { border-color: #6153B7; }
span { border-color: rgb(97,83,183); }
td.TdClassName
{
border-color: #6153B7;
}
.TagClassName
{
border-color: #6153B7;
}
</style>