Shades of Blue Marguerite #6555BC
Tints of Blue Marguerite #6555BC
RGB
CMYK
RGB Variations
Color information
#6555BC (or 0x6555BC) is known color: Blue Marguerite. HEX triplet: 65, 55 and BC. RGB value is (101,85,188). Sum of RGB (Red+Green+Blue) = 101+85+188=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6555BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555BC is #9AAA43. Grayscale: #656565. Windows color (decimal): -10136132 or 12342629. OLE color: 12342629.
HSL color Cylindrical-coordinate representation of color #6555BC: hue angle of 249.32º degrees, saturation: 0.43, 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 #6555BC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 85 | 188 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.26 |
| HSL | 249.32º | 0.43% | 0.54% | - |
| HSV(B) | 249.32º | 0.55% | 0.74% | - |
| XYZ | 17.69 | 12.89 | 49.13 | - |
| YUV | 101.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 188 | 0.46 | 0.55 | 0 | 0.26 | 249.32 | 0.43 | 0.54 |
| Hex | 65 | 55 | BC | 2E | 37 | 0 | 1A | F9 | 2B | 36 |
| Octal | 145 | 125 | 274 | 56 | 67 | 0 | 32 | 371 | 53 | 66 |
| Binary | 1100101 | 1010101 | 10111100 | 101110 | 110111 | 0 | 11010 | 11111001 | 101011 | 110110 |
Color Harmonies of #6555BC
Complementary color
Monochromatic Colors of #6555BC
Black with #6555BC
Text Example
Text Example
White with #6555BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555BC; }
p { color: rgb(101,85,188); }
H1.HeaderClassName
{
color: #6555BC;
}
.AnyTagClassName
{
color: #6555BC;
}
</style>
background-color css
<style>
a { background-color: #6555BC; }
a { background-color: rgb(101,85,188); }
div.DivClassName
{
background-color: #6555BC;
}
.BgClassName
{
background-color: #6555BC;
}
</style>
border-color css
<style>
span { border-color: #6555BC; }
span { border-color: rgb(101,85,188); }
td.TdClassName
{
border-color: #6555BC;
}
.TagClassName
{
border-color: #6555BC;
}
</style>