Shades of Blue Marguerite #6759AD
Tints of Blue Marguerite #6759AD
RGB
CMYK
RGB Variations
Color information
#6759AD (or 0x6759AD) is known color: Blue Marguerite. HEX triplet: 67, 59 and AD. RGB value is (103,89,173). Sum of RGB (Red+Green+Blue) = 103+89+173=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #6759AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6759AD is #98A652. Grayscale: #666666. Windows color (decimal): -10004051 or 11360615. OLE color: 11360615.
HSL color Cylindrical-coordinate representation of color #6759AD: hue angle of 250º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6759AD is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 89 | 173 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.32 |
| HSL | 250º | 0.34% | 0.51% | - |
| HSV(B) | 250º | 0.49% | 0.68% | - |
| XYZ | 16.71 | 13.05 | 41.17 | - |
| YUV | 102.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 173 | 0.40 | 0.49 | 0 | 0.32 | 250 | 0.34 | 0.51 |
| Hex | 67 | 59 | AD | 28 | 31 | 0 | 20 | FA | 22 | 33 |
| Octal | 147 | 131 | 255 | 50 | 61 | 0 | 40 | 372 | 42 | 63 |
| Binary | 1100111 | 1011001 | 10101101 | 101000 | 110001 | 0 | 100000 | 11111010 | 100010 | 110011 |
Color Harmonies of #6759AD
Complementary color
Monochromatic Colors of #6759AD
Black with #6759AD
Text Example
Text Example
White with #6759AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6759AD; }
p { color: rgb(103,89,173); }
H1.HeaderClassName
{
color: #6759AD;
}
.AnyTagClassName
{
color: #6759AD;
}
</style>
background-color css
<style>
a { background-color: #6759AD; }
a { background-color: rgb(103,89,173); }
div.DivClassName
{
background-color: #6759AD;
}
.BgClassName
{
background-color: #6759AD;
}
</style>
border-color css
<style>
span { border-color: #6759AD; }
span { border-color: rgb(103,89,173); }
td.TdClassName
{
border-color: #6759AD;
}
.TagClassName
{
border-color: #6759AD;
}
</style>