Shades of Blue Marguerite #6558BD
Tints of Blue Marguerite #6558BD
RGB
CMYK
RGB Variations
Color information
#6558BD (or 0x6558BD) is known color: Blue Marguerite. HEX triplet: 65, 58 and BD. RGB value is (101,88,189). Sum of RGB (Red+Green+Blue) = 101+88+189=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #6558BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558BD is #9AA742. Grayscale: #676767. Windows color (decimal): -10135363 or 12408933. OLE color: 12408933.
HSL color Cylindrical-coordinate representation of color #6558BD: hue angle of 247.72º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6558BD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 88 | 189 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.26 |
| HSL | 247.72º | 0.43% | 0.54% | - |
| HSV(B) | 247.72º | 0.53% | 0.74% | - |
| XYZ | 18.04 | 13.42 | 49.78 | - |
| YUV | 103.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 189 | 0.47 | 0.53 | 0 | 0.26 | 247.72 | 0.43 | 0.54 |
| Hex | 65 | 58 | BD | 2F | 35 | 0 | 1A | F8 | 2B | 36 |
| Octal | 145 | 130 | 275 | 57 | 65 | 0 | 32 | 370 | 53 | 66 |
| Binary | 1100101 | 1011000 | 10111101 | 101111 | 110101 | 0 | 11010 | 11111000 | 101011 | 110110 |
Color Harmonies of #6558BD
Complementary color
Monochromatic Colors of #6558BD
Black with #6558BD
Text Example
Text Example
White with #6558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558BD; }
p { color: rgb(101,88,189); }
H1.HeaderClassName
{
color: #6558BD;
}
.AnyTagClassName
{
color: #6558BD;
}
</style>
background-color css
<style>
a { background-color: #6558BD; }
a { background-color: rgb(101,88,189); }
div.DivClassName
{
background-color: #6558BD;
}
.BgClassName
{
background-color: #6558BD;
}
</style>
border-color css
<style>
span { border-color: #6558BD; }
span { border-color: rgb(101,88,189); }
td.TdClassName
{
border-color: #6558BD;
}
.TagClassName
{
border-color: #6558BD;
}
</style>