Shades of Blue Marguerite #674DAC
Tints of Blue Marguerite #674DAC
RGB
CMYK
RGB Variations
Color information
#674DAC (or 0x674DAC) is known color: Blue Marguerite. HEX triplet: 67, 4D and AC. RGB value is (103,77,172). Sum of RGB (Red+Green+Blue) = 103+77+172=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #674DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAC is #98B253. Grayscale: #5F5F5F. Windows color (decimal): -10007124 or 11292007. OLE color: 11292007.
HSL color Cylindrical-coordinate representation of color #674DAC: hue angle of 256.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674DAC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 77 | 172 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.33 |
| HSL | 256.42º | 0.38% | 0.49% | - |
| HSV(B) | 256.42º | 0.55% | 0.67% | - |
| XYZ | 15.69 | 11.17 | 40.36 | - |
| YUV | 95.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 172 | 0.40 | 0.55 | 0 | 0.33 | 256.42 | 0.38 | 0.49 |
| Hex | 67 | 4D | AC | 28 | 37 | 0 | 21 | 100 | 26 | 31 |
| Octal | 147 | 115 | 254 | 50 | 67 | 0 | 41 | 400 | 46 | 61 |
| Binary | 1100111 | 1001101 | 10101100 | 101000 | 110111 | 0 | 100001 | 100000000 | 100110 | 110001 |
Color Harmonies of #674DAC
Complementary color
Monochromatic Colors of #674DAC
Black with #674DAC
Text Example
Text Example
White with #674DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DAC; }
p { color: rgb(103,77,172); }
H1.HeaderClassName
{
color: #674DAC;
}
.AnyTagClassName
{
color: #674DAC;
}
</style>
background-color css
<style>
a { background-color: #674DAC; }
a { background-color: rgb(103,77,172); }
div.DivClassName
{
background-color: #674DAC;
}
.BgClassName
{
background-color: #674DAC;
}
</style>
border-color css
<style>
span { border-color: #674DAC; }
span { border-color: rgb(103,77,172); }
td.TdClassName
{
border-color: #674DAC;
}
.TagClassName
{
border-color: #674DAC;
}
</style>