Shades of Blue Marguerite #6752AD
Tints of Blue Marguerite #6752AD
RGB
CMYK
RGB Variations
Color information
#6752AD (or 0x6752AD) is known color: Blue Marguerite. HEX triplet: 67, 52 and AD. RGB value is (103,82,173). Sum of RGB (Red+Green+Blue) = 103+82+173=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6752AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6752AD is #98AD52. Grayscale: #626262. Windows color (decimal): -10005843 or 11358823. OLE color: 11358823.
HSL color Cylindrical-coordinate representation of color #6752AD: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6752AD is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 82 | 173 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.32 |
| HSL | 253.85º | 0.36% | 0.5% | - |
| HSV(B) | 253.85º | 0.53% | 0.68% | - |
| XYZ | 16.15 | 11.94 | 40.99 | - |
| YUV | 98.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 173 | 0.40 | 0.53 | 0 | 0.32 | 253.85 | 0.36 | 0.5 |
| Hex | 67 | 52 | AD | 28 | 35 | 0 | 20 | FE | 24 | 32 |
| Octal | 147 | 122 | 255 | 50 | 65 | 0 | 40 | 376 | 44 | 62 |
| Binary | 1100111 | 1010010 | 10101101 | 101000 | 110101 | 0 | 100000 | 11111110 | 100100 | 110010 |
Color Harmonies of #6752AD
Complementary color
Monochromatic Colors of #6752AD
Black with #6752AD
Text Example
Text Example
White with #6752AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752AD; }
p { color: rgb(103,82,173); }
H1.HeaderClassName
{
color: #6752AD;
}
.AnyTagClassName
{
color: #6752AD;
}
</style>
background-color css
<style>
a { background-color: #6752AD; }
a { background-color: rgb(103,82,173); }
div.DivClassName
{
background-color: #6752AD;
}
.BgClassName
{
background-color: #6752AD;
}
</style>
border-color css
<style>
span { border-color: #6752AD; }
span { border-color: rgb(103,82,173); }
td.TdClassName
{
border-color: #6752AD;
}
.TagClassName
{
border-color: #6752AD;
}
</style>