Shades of Blue Marguerite #6550A7
Tints of Blue Marguerite #6550A7
RGB
CMYK
RGB Variations
Color information
#6550A7 (or 0x6550A7) is known color: Blue Marguerite. HEX triplet: 65, 50 and A7. RGB value is (101,80,167). Sum of RGB (Red+Green+Blue) = 101+80+167=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 167 - color contains mainly: blue. Hex color #6550A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550A7 is #9AAF58. Grayscale: #5F5F5F. Windows color (decimal): -10137433 or 10965093. OLE color: 10965093.
HSL color Cylindrical-coordinate representation of color #6550A7: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6550A7 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 80 | 167 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.35 |
| HSL | 254.48º | 0.35% | 0.48% | - |
| HSV(B) | 254.48º | 0.52% | 0.65% | - |
| XYZ | 15.21 | 11.29 | 37.94 | - |
| YUV | 96.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 167 | 0.40 | 0.52 | 0 | 0.35 | 254.48 | 0.35 | 0.48 |
| Hex | 65 | 50 | A7 | 28 | 34 | 0 | 23 | FE | 23 | 30 |
| Octal | 145 | 120 | 247 | 50 | 64 | 0 | 43 | 376 | 43 | 60 |
| Binary | 1100101 | 1010000 | 10100111 | 101000 | 110100 | 0 | 100011 | 11111110 | 100011 | 110000 |
Color Harmonies of #6550A7
Complementary color
Monochromatic Colors of #6550A7
Black with #6550A7
Text Example
Text Example
White with #6550A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550A7; }
p { color: rgb(101,80,167); }
H1.HeaderClassName
{
color: #6550A7;
}
.AnyTagClassName
{
color: #6550A7;
}
</style>
background-color css
<style>
a { background-color: #6550A7; }
a { background-color: rgb(101,80,167); }
div.DivClassName
{
background-color: #6550A7;
}
.BgClassName
{
background-color: #6550A7;
}
</style>
border-color css
<style>
span { border-color: #6550A7; }
span { border-color: rgb(101,80,167); }
td.TdClassName
{
border-color: #6550A7;
}
.TagClassName
{
border-color: #6550A7;
}
</style>