Shades of Blue Marguerite #674DBC
Tints of Blue Marguerite #674DBC
RGB
CMYK
RGB Variations
Color information
#674DBC (or 0x674DBC) is known color: Blue Marguerite. HEX triplet: 67, 4D and BC. RGB value is (103,77,188). Sum of RGB (Red+Green+Blue) = 103+77+188=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #674DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DBC is #98B243. Grayscale: #616161. Windows color (decimal): -10007108 or 12340583. OLE color: 12340583.
HSL color Cylindrical-coordinate representation of color #674DBC: hue angle of 254.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674DBC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 77 | 188 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.26 |
| HSL | 254.05º | 0.45% | 0.52% | - |
| HSV(B) | 254.05º | 0.59% | 0.74% | - |
| XYZ | 17.32 | 11.82 | 48.95 | - |
| YUV | 97.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 188 | 0.45 | 0.59 | 0 | 0.26 | 254.05 | 0.45 | 0.52 |
| Hex | 67 | 4D | BC | 2D | 3B | 0 | 1A | FE | 2D | 34 |
| Octal | 147 | 115 | 274 | 55 | 73 | 0 | 32 | 376 | 55 | 64 |
| Binary | 1100111 | 1001101 | 10111100 | 101101 | 111011 | 0 | 11010 | 11111110 | 101101 | 110100 |
Color Harmonies of #674DBC
Complementary color
Monochromatic Colors of #674DBC
Black with #674DBC
Text Example
Text Example
White with #674DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DBC; }
p { color: rgb(103,77,188); }
H1.HeaderClassName
{
color: #674DBC;
}
.AnyTagClassName
{
color: #674DBC;
}
</style>
background-color css
<style>
a { background-color: #674DBC; }
a { background-color: rgb(103,77,188); }
div.DivClassName
{
background-color: #674DBC;
}
.BgClassName
{
background-color: #674DBC;
}
</style>
border-color css
<style>
span { border-color: #674DBC; }
span { border-color: rgb(103,77,188); }
td.TdClassName
{
border-color: #674DBC;
}
.TagClassName
{
border-color: #674DBC;
}
</style>