Shades of Blue Marguerite #6553AC
Tints of Blue Marguerite #6553AC
RGB
CMYK
RGB Variations
Color information
#6553AC (or 0x6553AC) is known color: Blue Marguerite. HEX triplet: 65, 53 and AC. RGB value is (101,83,172). Sum of RGB (Red+Green+Blue) = 101+83+172=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6553AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6553AC is #9AAC53. Grayscale: #626262. Windows color (decimal): -10136660 or 11293541. OLE color: 11293541.
HSL color Cylindrical-coordinate representation of color #6553AC: hue angle of 252.13º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6553AC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 83 | 172 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.33 |
| HSL | 252.13º | 0.35% | 0.5% | - |
| HSV(B) | 252.13º | 0.52% | 0.67% | - |
| XYZ | 15.91 | 11.93 | 40.49 | - |
| YUV | 98.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 172 | 0.41 | 0.52 | 0 | 0.33 | 252.13 | 0.35 | 0.5 |
| Hex | 65 | 53 | AC | 29 | 34 | 0 | 21 | FC | 23 | 32 |
| Octal | 145 | 123 | 254 | 51 | 64 | 0 | 41 | 374 | 43 | 62 |
| Binary | 1100101 | 1010011 | 10101100 | 101001 | 110100 | 0 | 100001 | 11111100 | 100011 | 110010 |
Color Harmonies of #6553AC
Complementary color
Monochromatic Colors of #6553AC
Black with #6553AC
Text Example
Text Example
White with #6553AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553AC; }
p { color: rgb(101,83,172); }
H1.HeaderClassName
{
color: #6553AC;
}
.AnyTagClassName
{
color: #6553AC;
}
</style>
background-color css
<style>
a { background-color: #6553AC; }
a { background-color: rgb(101,83,172); }
div.DivClassName
{
background-color: #6553AC;
}
.BgClassName
{
background-color: #6553AC;
}
</style>
border-color css
<style>
span { border-color: #6553AC; }
span { border-color: rgb(101,83,172); }
td.TdClassName
{
border-color: #6553AC;
}
.TagClassName
{
border-color: #6553AC;
}
</style>