Shades of Blue Marguerite #6550B3
Tints of Blue Marguerite #6550B3
RGB
CMYK
RGB Variations
Color information
#6550B3 (or 0x6550B3) is known color: Blue Marguerite. HEX triplet: 65, 50 and B3. RGB value is (101,80,179). Sum of RGB (Red+Green+Blue) = 101+80+179=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #6550B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550B3 is #9AAF4C. Grayscale: #616161. Windows color (decimal): -10137421 or 11751525. OLE color: 11751525.
HSL color Cylindrical-coordinate representation of color #6550B3: hue angle of 252.73º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6550B3 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 80 | 179 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.30 |
| HSL | 252.73º | 0.39% | 0.51% | - |
| HSV(B) | 252.73º | 0.55% | 0.7% | - |
| XYZ | 16.37 | 11.76 | 44.05 | - |
| YUV | 97.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 179 | 0.44 | 0.55 | 0 | 0.30 | 252.73 | 0.39 | 0.51 |
| Hex | 65 | 50 | B3 | 2C | 37 | 0 | 1E | FD | 27 | 33 |
| Octal | 145 | 120 | 263 | 54 | 67 | 0 | 36 | 375 | 47 | 63 |
| Binary | 1100101 | 1010000 | 10110011 | 101100 | 110111 | 0 | 11110 | 11111101 | 100111 | 110011 |
Color Harmonies of #6550B3
Complementary color
Monochromatic Colors of #6550B3
Black with #6550B3
Text Example
Text Example
White with #6550B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550B3; }
p { color: rgb(101,80,179); }
H1.HeaderClassName
{
color: #6550B3;
}
.AnyTagClassName
{
color: #6550B3;
}
</style>
background-color css
<style>
a { background-color: #6550B3; }
a { background-color: rgb(101,80,179); }
div.DivClassName
{
background-color: #6550B3;
}
.BgClassName
{
background-color: #6550B3;
}
</style>
border-color css
<style>
span { border-color: #6550B3; }
span { border-color: rgb(101,80,179); }
td.TdClassName
{
border-color: #6550B3;
}
.TagClassName
{
border-color: #6550B3;
}
</style>