Shades of Blue Marguerite #6551BD
Tints of Blue Marguerite #6551BD
RGB
CMYK
RGB Variations
Color information
#6551BD (or 0x6551BD) is known color: Blue Marguerite. HEX triplet: 65, 51 and BD. RGB value is (101,81,189). Sum of RGB (Red+Green+Blue) = 101+81+189=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6551BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BD is #9AAE42. Grayscale: #626262. Windows color (decimal): -10137155 or 12407141. OLE color: 12407141.
HSL color Cylindrical-coordinate representation of color #6551BD: hue angle of 251.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6551BD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 81 | 189 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.26 |
| HSL | 251.11º | 0.45% | 0.53% | - |
| HSV(B) | 251.11º | 0.57% | 0.74% | - |
| XYZ | 17.49 | 12.33 | 49.6 | - |
| YUV | 99.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 189 | 0.47 | 0.57 | 0 | 0.26 | 251.11 | 0.45 | 0.53 |
| Hex | 65 | 51 | BD | 2F | 39 | 0 | 1A | FB | 2D | 35 |
| Octal | 145 | 121 | 275 | 57 | 71 | 0 | 32 | 373 | 55 | 65 |
| Binary | 1100101 | 1010001 | 10111101 | 101111 | 111001 | 0 | 11010 | 11111011 | 101101 | 110101 |
Color Harmonies of #6551BD
Complementary color
Monochromatic Colors of #6551BD
Black with #6551BD
Text Example
Text Example
White with #6551BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551BD; }
p { color: rgb(101,81,189); }
H1.HeaderClassName
{
color: #6551BD;
}
.AnyTagClassName
{
color: #6551BD;
}
</style>
background-color css
<style>
a { background-color: #6551BD; }
a { background-color: rgb(101,81,189); }
div.DivClassName
{
background-color: #6551BD;
}
.BgClassName
{
background-color: #6551BD;
}
</style>
border-color css
<style>
span { border-color: #6551BD; }
span { border-color: rgb(101,81,189); }
td.TdClassName
{
border-color: #6551BD;
}
.TagClassName
{
border-color: #6551BD;
}
</style>