Shades of Blue Marguerite #6554BD
Tints of Blue Marguerite #6554BD
RGB
CMYK
RGB Variations
Color information
#6554BD (or 0x6554BD) is known color: Blue Marguerite. HEX triplet: 65, 54 and BD. RGB value is (101,84,189). Sum of RGB (Red+Green+Blue) = 101+84+189=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6554BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554BD is #9AAB42. Grayscale: #646464. Windows color (decimal): -10136387 or 12407909. OLE color: 12407909.
HSL color Cylindrical-coordinate representation of color #6554BD: hue angle of 249.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6554BD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 84 | 189 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.26 |
| HSL | 249.71º | 0.44% | 0.54% | - |
| HSV(B) | 249.71º | 0.56% | 0.74% | - |
| XYZ | 17.72 | 12.78 | 49.68 | - |
| YUV | 101.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 189 | 0.47 | 0.56 | 0 | 0.26 | 249.71 | 0.44 | 0.54 |
| Hex | 65 | 54 | BD | 2F | 38 | 0 | 1A | FA | 2C | 36 |
| Octal | 145 | 124 | 275 | 57 | 70 | 0 | 32 | 372 | 54 | 66 |
| Binary | 1100101 | 1010100 | 10111101 | 101111 | 111000 | 0 | 11010 | 11111010 | 101100 | 110110 |
Color Harmonies of #6554BD
Complementary color
Monochromatic Colors of #6554BD
Black with #6554BD
Text Example
Text Example
White with #6554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554BD; }
p { color: rgb(101,84,189); }
H1.HeaderClassName
{
color: #6554BD;
}
.AnyTagClassName
{
color: #6554BD;
}
</style>
background-color css
<style>
a { background-color: #6554BD; }
a { background-color: rgb(101,84,189); }
div.DivClassName
{
background-color: #6554BD;
}
.BgClassName
{
background-color: #6554BD;
}
</style>
border-color css
<style>
span { border-color: #6554BD; }
span { border-color: rgb(101,84,189); }
td.TdClassName
{
border-color: #6554BD;
}
.TagClassName
{
border-color: #6554BD;
}
</style>