Shades of Blue Marguerite #6557B7
Tints of Blue Marguerite #6557B7
RGB
CMYK
RGB Variations
Color information
#6557B7 (or 0x6557B7) is known color: Blue Marguerite. HEX triplet: 65, 57 and B7. RGB value is (101,87,183). Sum of RGB (Red+Green+Blue) = 101+87+183=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #6557B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557B7 is #9AA848. Grayscale: #656565. Windows color (decimal): -10135625 or 12015461. OLE color: 12015461.
HSL color Cylindrical-coordinate representation of color #6557B7: hue angle of 248.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6557B7 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 87 | 183 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.28 |
| HSL | 248.75º | 0.4% | 0.53% | - |
| HSV(B) | 248.75º | 0.52% | 0.72% | - |
| XYZ | 17.32 | 13 | 46.4 | - |
| YUV | 102.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 183 | 0.45 | 0.52 | 0 | 0.28 | 248.75 | 0.4 | 0.53 |
| Hex | 65 | 57 | B7 | 2D | 34 | 0 | 1C | F9 | 28 | 35 |
| Octal | 145 | 127 | 267 | 55 | 64 | 0 | 34 | 371 | 50 | 65 |
| Binary | 1100101 | 1010111 | 10110111 | 101101 | 110100 | 0 | 11100 | 11111001 | 101000 | 110101 |
Color Harmonies of #6557B7
Complementary color
Monochromatic Colors of #6557B7
Black with #6557B7
Text Example
Text Example
White with #6557B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557B7; }
p { color: rgb(101,87,183); }
H1.HeaderClassName
{
color: #6557B7;
}
.AnyTagClassName
{
color: #6557B7;
}
</style>
background-color css
<style>
a { background-color: #6557B7; }
a { background-color: rgb(101,87,183); }
div.DivClassName
{
background-color: #6557B7;
}
.BgClassName
{
background-color: #6557B7;
}
</style>
border-color css
<style>
span { border-color: #6557B7; }
span { border-color: rgb(101,87,183); }
td.TdClassName
{
border-color: #6557B7;
}
.TagClassName
{
border-color: #6557B7;
}
</style>