Shades of Blue Marguerite #6557B2
Tints of Blue Marguerite #6557B2
RGB
CMYK
RGB Variations
Color information
#6557B2 (or 0x6557B2) is known color: Blue Marguerite. HEX triplet: 65, 57 and B2. RGB value is (101,87,178). Sum of RGB (Red+Green+Blue) = 101+87+178=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #6557B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6557B2 is #9AA84D. Grayscale: #656565. Windows color (decimal): -10135630 or 11687781. OLE color: 11687781.
HSL color Cylindrical-coordinate representation of color #6557B2: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6557B2 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 87 | 178 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.30 |
| HSL | 249.23º | 0.37% | 0.52% | - |
| HSV(B) | 249.23º | 0.51% | 0.7% | - |
| XYZ | 16.81 | 12.8 | 43.7 | - |
| YUV | 101.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 178 | 0.43 | 0.51 | 0 | 0.30 | 249.23 | 0.37 | 0.52 |
| Hex | 65 | 57 | B2 | 2B | 33 | 0 | 1E | F9 | 25 | 34 |
| Octal | 145 | 127 | 262 | 53 | 63 | 0 | 36 | 371 | 45 | 64 |
| Binary | 1100101 | 1010111 | 10110010 | 101011 | 110011 | 0 | 11110 | 11111001 | 100101 | 110100 |
Color Harmonies of #6557B2
Complementary color
Monochromatic Colors of #6557B2
Black with #6557B2
Text Example
Text Example
White with #6557B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557B2; }
p { color: rgb(101,87,178); }
H1.HeaderClassName
{
color: #6557B2;
}
.AnyTagClassName
{
color: #6557B2;
}
</style>
background-color css
<style>
a { background-color: #6557B2; }
a { background-color: rgb(101,87,178); }
div.DivClassName
{
background-color: #6557B2;
}
.BgClassName
{
background-color: #6557B2;
}
</style>
border-color css
<style>
span { border-color: #6557B2; }
span { border-color: rgb(101,87,178); }
td.TdClassName
{
border-color: #6557B2;
}
.TagClassName
{
border-color: #6557B2;
}
</style>