Shades of Blue Marguerite #6B55BA
Tints of Blue Marguerite #6B55BA
RGB
CMYK
RGB Variations
Color information
#6B55BA (or 0x6B55BA) is known color: Blue Marguerite. HEX triplet: 6B, 55 and BA. RGB value is (107,85,186). Sum of RGB (Red+Green+Blue) = 107+85+186=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55BA is #94AA45. Grayscale: #666666. Windows color (decimal): -9742918 or 12211563. OLE color: 12211563.
HSL color Cylindrical-coordinate representation of color #6B55BA: hue angle of 253.07º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B55BA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 85 | 186 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.27 |
| HSL | 253.07º | 0.42% | 0.53% | - |
| HSV(B) | 253.07º | 0.54% | 0.73% | - |
| XYZ | 18.17 | 13.17 | 48.04 | - |
| YUV | 103.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 186 | 0.42 | 0.54 | 0 | 0.27 | 253.07 | 0.42 | 0.53 |
| Hex | 6B | 55 | BA | 2A | 36 | 0 | 1B | FD | 2A | 35 |
| Octal | 153 | 125 | 272 | 52 | 66 | 0 | 33 | 375 | 52 | 65 |
| Binary | 1101011 | 1010101 | 10111010 | 101010 | 110110 | 0 | 11011 | 11111101 | 101010 | 110101 |
Color Harmonies of #6B55BA
Complementary color
Monochromatic Colors of #6B55BA
Black with #6B55BA
Text Example
Text Example
White with #6B55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B55BA; }
p { color: rgb(107,85,186); }
H1.HeaderClassName
{
color: #6B55BA;
}
.AnyTagClassName
{
color: #6B55BA;
}
</style>
background-color css
<style>
a { background-color: #6B55BA; }
a { background-color: rgb(107,85,186); }
div.DivClassName
{
background-color: #6B55BA;
}
.BgClassName
{
background-color: #6B55BA;
}
</style>
border-color css
<style>
span { border-color: #6B55BA; }
span { border-color: rgb(107,85,186); }
td.TdClassName
{
border-color: #6B55BA;
}
.TagClassName
{
border-color: #6B55BA;
}
</style>