Shades of Blue Marguerite #6B55BD
Tints of Blue Marguerite #6B55BD
RGB
CMYK
RGB Variations
Color information
#6B55BD (or 0x6B55BD) is known color: Blue Marguerite. HEX triplet: 6B, 55 and BD. RGB value is (107,85,189). Sum of RGB (Red+Green+Blue) = 107+85+189=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55BD is #94AA42. Grayscale: #676767. Windows color (decimal): -9742915 or 12408171. OLE color: 12408171.
HSL color Cylindrical-coordinate representation of color #6B55BD: hue angle of 252.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B55BD is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 85 | 189 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.26 |
| HSL | 252.69º | 0.44% | 0.54% | - |
| HSV(B) | 252.69º | 0.55% | 0.74% | - |
| XYZ | 18.5 | 13.3 | 49.74 | - |
| YUV | 103.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 189 | 0.43 | 0.55 | 0 | 0.26 | 252.69 | 0.44 | 0.54 |
| Hex | 6B | 55 | BD | 2B | 37 | 0 | 1A | FD | 2C | 36 |
| Octal | 153 | 125 | 275 | 53 | 67 | 0 | 32 | 375 | 54 | 66 |
| Binary | 1101011 | 1010101 | 10111101 | 101011 | 110111 | 0 | 11010 | 11111101 | 101100 | 110110 |
Color Harmonies of #6B55BD
Complementary color
Monochromatic Colors of #6B55BD
Black with #6B55BD
Text Example
Text Example
White with #6B55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B55BD; }
p { color: rgb(107,85,189); }
H1.HeaderClassName
{
color: #6B55BD;
}
.AnyTagClassName
{
color: #6B55BD;
}
</style>
background-color css
<style>
a { background-color: #6B55BD; }
a { background-color: rgb(107,85,189); }
div.DivClassName
{
background-color: #6B55BD;
}
.BgClassName
{
background-color: #6B55BD;
}
</style>
border-color css
<style>
span { border-color: #6B55BD; }
span { border-color: rgb(107,85,189); }
td.TdClassName
{
border-color: #6B55BD;
}
.TagClassName
{
border-color: #6B55BD;
}
</style>