Shades of Blue Marguerite #6557BC
Tints of Blue Marguerite #6557BC
RGB
CMYK
RGB Variations
Color information
#6557BC (or 0x6557BC) is known color: Blue Marguerite. HEX triplet: 65, 57 and BC. RGB value is (101,87,188). Sum of RGB (Red+Green+Blue) = 101+87+188=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #6557BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BC is #9AA843. Grayscale: #666666. Windows color (decimal): -10135620 or 12343141. OLE color: 12343141.
HSL color Cylindrical-coordinate representation of color #6557BC: hue angle of 248.32º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6557BC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 87 | 188 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.26 |
| HSL | 248.32º | 0.43% | 0.54% | - |
| HSV(B) | 248.32º | 0.54% | 0.74% | - |
| XYZ | 17.85 | 13.21 | 49.19 | - |
| YUV | 102.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 188 | 0.46 | 0.54 | 0 | 0.26 | 248.32 | 0.43 | 0.54 |
| Hex | 65 | 57 | BC | 2E | 36 | 0 | 1A | F8 | 2B | 36 |
| Octal | 145 | 127 | 274 | 56 | 66 | 0 | 32 | 370 | 53 | 66 |
| Binary | 1100101 | 1010111 | 10111100 | 101110 | 110110 | 0 | 11010 | 11111000 | 101011 | 110110 |
Color Harmonies of #6557BC
Complementary color
Monochromatic Colors of #6557BC
Black with #6557BC
Text Example
Text Example
White with #6557BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557BC; }
p { color: rgb(101,87,188); }
H1.HeaderClassName
{
color: #6557BC;
}
.AnyTagClassName
{
color: #6557BC;
}
</style>
background-color css
<style>
a { background-color: #6557BC; }
a { background-color: rgb(101,87,188); }
div.DivClassName
{
background-color: #6557BC;
}
.BgClassName
{
background-color: #6557BC;
}
</style>
border-color css
<style>
span { border-color: #6557BC; }
span { border-color: rgb(101,87,188); }
td.TdClassName
{
border-color: #6557BC;
}
.TagClassName
{
border-color: #6557BC;
}
</style>