Shades of Blue Marguerite #6653AB
Tints of Blue Marguerite #6653AB
RGB
CMYK
RGB Variations
Color information
#6653AB (or 0x6653AB) is known color: Blue Marguerite. HEX triplet: 66, 53 and AB. RGB value is (102,83,171). Sum of RGB (Red+Green+Blue) = 102+83+171=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6653AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6653AB is #99AC54. Grayscale: #626262. Windows color (decimal): -10071125 or 11228006. OLE color: 11228006.
HSL color Cylindrical-coordinate representation of color #6653AB: hue angle of 252.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6653AB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 83 | 171 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.33 |
| HSL | 252.95º | 0.35% | 0.5% | - |
| HSV(B) | 252.95º | 0.51% | 0.67% | - |
| XYZ | 15.92 | 11.95 | 40 | - |
| YUV | 98.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 171 | 0.40 | 0.51 | 0 | 0.33 | 252.95 | 0.35 | 0.5 |
| Hex | 66 | 53 | AB | 28 | 33 | 0 | 21 | FD | 23 | 32 |
| Octal | 146 | 123 | 253 | 50 | 63 | 0 | 41 | 375 | 43 | 62 |
| Binary | 1100110 | 1010011 | 10101011 | 101000 | 110011 | 0 | 100001 | 11111101 | 100011 | 110010 |
Color Harmonies of #6653AB
Complementary color
Monochromatic Colors of #6653AB
Black with #6653AB
Text Example
Text Example
White with #6653AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653AB; }
p { color: rgb(102,83,171); }
H1.HeaderClassName
{
color: #6653AB;
}
.AnyTagClassName
{
color: #6653AB;
}
</style>
background-color css
<style>
a { background-color: #6653AB; }
a { background-color: rgb(102,83,171); }
div.DivClassName
{
background-color: #6653AB;
}
.BgClassName
{
background-color: #6653AB;
}
</style>
border-color css
<style>
span { border-color: #6653AB; }
span { border-color: rgb(102,83,171); }
td.TdClassName
{
border-color: #6653AB;
}
.TagClassName
{
border-color: #6653AB;
}
</style>