Shades of Blue Marguerite #6752AB
Tints of Blue Marguerite #6752AB
RGB
CMYK
RGB Variations
Color information
#6752AB (or 0x6752AB) is known color: Blue Marguerite. HEX triplet: 67, 52 and AB. RGB value is (103,82,171). Sum of RGB (Red+Green+Blue) = 103+82+171=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 82 (32.42% from 255 or 23.03% 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 #6752AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6752AB is #98AD54. Grayscale: #626262. Windows color (decimal): -10005845 or 11227751. OLE color: 11227751.
HSL color Cylindrical-coordinate representation of color #6752AB: hue angle of 254.16º 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 #6752AB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 82 | 171 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.33 |
| HSL | 254.16º | 0.35% | 0.5% | - |
| HSV(B) | 254.16º | 0.52% | 0.67% | - |
| XYZ | 15.96 | 11.86 | 39.98 | - |
| YUV | 98.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 171 | 0.40 | 0.52 | 0 | 0.33 | 254.16 | 0.35 | 0.5 |
| Hex | 67 | 52 | AB | 28 | 34 | 0 | 21 | FE | 23 | 32 |
| Octal | 147 | 122 | 253 | 50 | 64 | 0 | 41 | 376 | 43 | 62 |
| Binary | 1100111 | 1010010 | 10101011 | 101000 | 110100 | 0 | 100001 | 11111110 | 100011 | 110010 |
Color Harmonies of #6752AB
Complementary color
Monochromatic Colors of #6752AB
Black with #6752AB
Text Example
Text Example
White with #6752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752AB; }
p { color: rgb(103,82,171); }
H1.HeaderClassName
{
color: #6752AB;
}
.AnyTagClassName
{
color: #6752AB;
}
</style>
background-color css
<style>
a { background-color: #6752AB; }
a { background-color: rgb(103,82,171); }
div.DivClassName
{
background-color: #6752AB;
}
.BgClassName
{
background-color: #6752AB;
}
</style>
border-color css
<style>
span { border-color: #6752AB; }
span { border-color: rgb(103,82,171); }
td.TdClassName
{
border-color: #6752AB;
}
.TagClassName
{
border-color: #6752AB;
}
</style>