Shades of Blue Marguerite #6548BB
Tints of Blue Marguerite #6548BB
RGB
CMYK
RGB Variations
Color information
#6548BB (or 0x6548BB) is known color: Blue Marguerite. HEX triplet: 65, 48 and BB. RGB value is (101,72,187). Sum of RGB (Red+Green+Blue) = 101+72+187=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #6548BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548BB is #9AB744. Grayscale: #5D5D5D. Windows color (decimal): -10139461 or 12273765. OLE color: 12273765.
HSL color Cylindrical-coordinate representation of color #6548BB: hue angle of 255.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6548BB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 72 | 187 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.27 |
| HSL | 255.13º | 0.46% | 0.51% | - |
| HSV(B) | 255.13º | 0.61% | 0.73% | - |
| XYZ | 16.65 | 10.99 | 48.26 | - |
| YUV | 93.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 187 | 0.46 | 0.61 | 0 | 0.27 | 255.13 | 0.46 | 0.51 |
| Hex | 65 | 48 | BB | 2E | 3D | 0 | 1B | FF | 2E | 33 |
| Octal | 145 | 110 | 273 | 56 | 75 | 0 | 33 | 377 | 56 | 63 |
| Binary | 1100101 | 1001000 | 10111011 | 101110 | 111101 | 0 | 11011 | 11111111 | 101110 | 110011 |
Color Harmonies of #6548BB
Complementary color
Monochromatic Colors of #6548BB
Black with #6548BB
Text Example
Text Example
White with #6548BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6548BB; }
p { color: rgb(101,72,187); }
H1.HeaderClassName
{
color: #6548BB;
}
.AnyTagClassName
{
color: #6548BB;
}
</style>
background-color css
<style>
a { background-color: #6548BB; }
a { background-color: rgb(101,72,187); }
div.DivClassName
{
background-color: #6548BB;
}
.BgClassName
{
background-color: #6548BB;
}
</style>
border-color css
<style>
span { border-color: #6548BB; }
span { border-color: rgb(101,72,187); }
td.TdClassName
{
border-color: #6548BB;
}
.TagClassName
{
border-color: #6548BB;
}
</style>