Shades of Blue Marguerite #6551AC
Tints of Blue Marguerite #6551AC
RGB
CMYK
RGB Variations
Color information
#6551AC (or 0x6551AC) is known color: Blue Marguerite. HEX triplet: 65, 51 and AC. RGB value is (101,81,172). Sum of RGB (Red+Green+Blue) = 101+81+172=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6551AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6551AC is #9AAE53. Grayscale: #616161. Windows color (decimal): -10137172 or 11293029. OLE color: 11293029.
HSL color Cylindrical-coordinate representation of color #6551AC: hue angle of 253.19º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6551AC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 81 | 172 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.33 |
| HSL | 253.19º | 0.36% | 0.5% | - |
| HSV(B) | 253.19º | 0.53% | 0.67% | - |
| XYZ | 15.76 | 11.63 | 40.44 | - |
| YUV | 97.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 172 | 0.41 | 0.53 | 0 | 0.33 | 253.19 | 0.36 | 0.5 |
| Hex | 65 | 51 | AC | 29 | 35 | 0 | 21 | FD | 24 | 32 |
| Octal | 145 | 121 | 254 | 51 | 65 | 0 | 41 | 375 | 44 | 62 |
| Binary | 1100101 | 1010001 | 10101100 | 101001 | 110101 | 0 | 100001 | 11111101 | 100100 | 110010 |
Color Harmonies of #6551AC
Complementary color
Monochromatic Colors of #6551AC
Black with #6551AC
Text Example
Text Example
White with #6551AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551AC; }
p { color: rgb(101,81,172); }
H1.HeaderClassName
{
color: #6551AC;
}
.AnyTagClassName
{
color: #6551AC;
}
</style>
background-color css
<style>
a { background-color: #6551AC; }
a { background-color: rgb(101,81,172); }
div.DivClassName
{
background-color: #6551AC;
}
.BgClassName
{
background-color: #6551AC;
}
</style>
border-color css
<style>
span { border-color: #6551AC; }
span { border-color: rgb(101,81,172); }
td.TdClassName
{
border-color: #6551AC;
}
.TagClassName
{
border-color: #6551AC;
}
</style>