Shades of Blue Marguerite #6545BB
Tints of Blue Marguerite #6545BB
RGB
CMYK
RGB Variations
Color information
#6545BB (or 0x6545BB) is known color: Blue Marguerite. HEX triplet: 65, 45 and BB. RGB value is (101,69,187). Sum of RGB (Red+Green+Blue) = 101+69+187=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #6545BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545BB is #9ABA44. Grayscale: #5B5B5B. Windows color (decimal): -10140229 or 12272997. OLE color: 12272997.
HSL color Cylindrical-coordinate representation of color #6545BB: hue angle of 256.27º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6545BB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 69 | 187 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.27 |
| HSL | 256.27º | 0.46% | 0.5% | - |
| HSV(B) | 256.27º | 0.63% | 0.73% | - |
| XYZ | 16.46 | 10.61 | 48.19 | - |
| YUV | 92.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 187 | 0.46 | 0.63 | 0 | 0.27 | 256.27 | 0.46 | 0.5 |
| Hex | 65 | 45 | BB | 2E | 3F | 0 | 1B | 100 | 2E | 32 |
| Octal | 145 | 105 | 273 | 56 | 77 | 0 | 33 | 400 | 56 | 62 |
| Binary | 1100101 | 1000101 | 10111011 | 101110 | 111111 | 0 | 11011 | 100000000 | 101110 | 110010 |
Color Harmonies of #6545BB
Complementary color
Monochromatic Colors of #6545BB
Black with #6545BB
Text Example
Text Example
White with #6545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6545BB; }
p { color: rgb(101,69,187); }
H1.HeaderClassName
{
color: #6545BB;
}
.AnyTagClassName
{
color: #6545BB;
}
</style>
background-color css
<style>
a { background-color: #6545BB; }
a { background-color: rgb(101,69,187); }
div.DivClassName
{
background-color: #6545BB;
}
.BgClassName
{
background-color: #6545BB;
}
</style>
border-color css
<style>
span { border-color: #6545BB; }
span { border-color: rgb(101,69,187); }
td.TdClassName
{
border-color: #6545BB;
}
.TagClassName
{
border-color: #6545BB;
}
</style>