Shades of Blue Marguerite #6555BD
Tints of Blue Marguerite #6555BD
RGB
CMYK
RGB Variations
Color information
#6555BD (or 0x6555BD) is known color: Blue Marguerite. HEX triplet: 65, 55 and BD. RGB value is (101,85,189). Sum of RGB (Red+Green+Blue) = 101+85+189=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #6555BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555BD is #9AAA42. Grayscale: #656565. Windows color (decimal): -10136131 or 12408165. OLE color: 12408165.
HSL color Cylindrical-coordinate representation of color #6555BD: hue angle of 249.23º 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 #6555BD is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 85 | 189 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.26 |
| HSL | 249.23º | 0.44% | 0.54% | - |
| HSV(B) | 249.23º | 0.55% | 0.74% | - |
| XYZ | 17.8 | 12.94 | 49.7 | - |
| YUV | 101.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 189 | 0.47 | 0.55 | 0 | 0.26 | 249.23 | 0.44 | 0.54 |
| Hex | 65 | 55 | BD | 2F | 37 | 0 | 1A | F9 | 2C | 36 |
| Octal | 145 | 125 | 275 | 57 | 67 | 0 | 32 | 371 | 54 | 66 |
| Binary | 1100101 | 1010101 | 10111101 | 101111 | 110111 | 0 | 11010 | 11111001 | 101100 | 110110 |
Color Harmonies of #6555BD
Complementary color
Monochromatic Colors of #6555BD
Black with #6555BD
Text Example
Text Example
White with #6555BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555BD; }
p { color: rgb(101,85,189); }
H1.HeaderClassName
{
color: #6555BD;
}
.AnyTagClassName
{
color: #6555BD;
}
</style>
background-color css
<style>
a { background-color: #6555BD; }
a { background-color: rgb(101,85,189); }
div.DivClassName
{
background-color: #6555BD;
}
.BgClassName
{
background-color: #6555BD;
}
</style>
border-color css
<style>
span { border-color: #6555BD; }
span { border-color: rgb(101,85,189); }
td.TdClassName
{
border-color: #6555BD;
}
.TagClassName
{
border-color: #6555BD;
}
</style>