Shades of Blue Marguerite #6551BB
Tints of Blue Marguerite #6551BB
RGB
CMYK
RGB Variations
Color information
#6551BB (or 0x6551BB) is known color: Blue Marguerite. HEX triplet: 65, 51 and BB. RGB value is (101,81,187). Sum of RGB (Red+Green+Blue) = 101+81+187=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #6551BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BB is #9AAE44. Grayscale: #626262. Windows color (decimal): -10137157 or 12276069. OLE color: 12276069.
HSL color Cylindrical-coordinate representation of color #6551BB: hue angle of 251.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6551BB is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 81 | 187 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.27 |
| HSL | 251.32º | 0.44% | 0.53% | - |
| HSV(B) | 251.32º | 0.57% | 0.73% | - |
| XYZ | 17.28 | 12.24 | 48.47 | - |
| YUV | 99.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 187 | 0.46 | 0.57 | 0 | 0.27 | 251.32 | 0.44 | 0.53 |
| Hex | 65 | 51 | BB | 2E | 39 | 0 | 1B | FB | 2C | 35 |
| Octal | 145 | 121 | 273 | 56 | 71 | 0 | 33 | 373 | 54 | 65 |
| Binary | 1100101 | 1010001 | 10111011 | 101110 | 111001 | 0 | 11011 | 11111011 | 101100 | 110101 |
Color Harmonies of #6551BB
Complementary color
Monochromatic Colors of #6551BB
Black with #6551BB
Text Example
Text Example
White with #6551BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551BB; }
p { color: rgb(101,81,187); }
H1.HeaderClassName
{
color: #6551BB;
}
.AnyTagClassName
{
color: #6551BB;
}
</style>
background-color css
<style>
a { background-color: #6551BB; }
a { background-color: rgb(101,81,187); }
div.DivClassName
{
background-color: #6551BB;
}
.BgClassName
{
background-color: #6551BB;
}
</style>
border-color css
<style>
span { border-color: #6551BB; }
span { border-color: rgb(101,81,187); }
td.TdClassName
{
border-color: #6551BB;
}
.TagClassName
{
border-color: #6551BB;
}
</style>