Shades of Blue Marguerite #6558AB
Tints of Blue Marguerite #6558AB
RGB
CMYK
RGB Variations
Color information
#6558AB (or 0x6558AB) is known color: Blue Marguerite. HEX triplet: 65, 58 and AB. RGB value is (101,88,171). Sum of RGB (Red+Green+Blue) = 101+88+171=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #6558AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6558AB is #9AA754. Grayscale: #656565. Windows color (decimal): -10135381 or 11229285. OLE color: 11229285.
HSL color Cylindrical-coordinate representation of color #6558AB: hue angle of 249.4º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6558AB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 88 | 171 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.33 |
| HSL | 249.4º | 0.33% | 0.51% | - |
| HSV(B) | 249.4º | 0.49% | 0.67% | - |
| XYZ | 16.21 | 12.69 | 40.12 | - |
| YUV | 101.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 171 | 0.41 | 0.49 | 0 | 0.33 | 249.4 | 0.33 | 0.51 |
| Hex | 65 | 58 | AB | 29 | 31 | 0 | 21 | F9 | 21 | 33 |
| Octal | 145 | 130 | 253 | 51 | 61 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100101 | 1011000 | 10101011 | 101001 | 110001 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #6558AB
Complementary color
Monochromatic Colors of #6558AB
Black with #6558AB
Text Example
Text Example
White with #6558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558AB; }
p { color: rgb(101,88,171); }
H1.HeaderClassName
{
color: #6558AB;
}
.AnyTagClassName
{
color: #6558AB;
}
</style>
background-color css
<style>
a { background-color: #6558AB; }
a { background-color: rgb(101,88,171); }
div.DivClassName
{
background-color: #6558AB;
}
.BgClassName
{
background-color: #6558AB;
}
</style>
border-color css
<style>
span { border-color: #6558AB; }
span { border-color: rgb(101,88,171); }
td.TdClassName
{
border-color: #6558AB;
}
.TagClassName
{
border-color: #6558AB;
}
</style>