Shades of Blue Marguerite #674EAB
Tints of Blue Marguerite #674EAB
RGB
CMYK
RGB Variations
Color information
#674EAB (or 0x674EAB) is known color: Blue Marguerite. HEX triplet: 67, 4E and AB. RGB value is (103,78,171). Sum of RGB (Red+Green+Blue) = 103+78+171=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #674EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAB is #98B154. Grayscale: #5F5F5F. Windows color (decimal): -10006869 or 11226727. OLE color: 11226727.
HSL color Cylindrical-coordinate representation of color #674EAB: hue angle of 256.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #674EAB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 78 | 171 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.33 |
| HSL | 256.13º | 0.37% | 0.49% | - |
| HSV(B) | 256.13º | 0.54% | 0.67% | - |
| XYZ | 15.67 | 11.27 | 39.88 | - |
| YUV | 96.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 171 | 0.40 | 0.54 | 0 | 0.33 | 256.13 | 0.37 | 0.49 |
| Hex | 67 | 4E | AB | 28 | 36 | 0 | 21 | 100 | 25 | 31 |
| Octal | 147 | 116 | 253 | 50 | 66 | 0 | 41 | 400 | 45 | 61 |
| Binary | 1100111 | 1001110 | 10101011 | 101000 | 110110 | 0 | 100001 | 100000000 | 100101 | 110001 |
Color Harmonies of #674EAB
Complementary color
Monochromatic Colors of #674EAB
Black with #674EAB
Text Example
Text Example
White with #674EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EAB; }
p { color: rgb(103,78,171); }
H1.HeaderClassName
{
color: #674EAB;
}
.AnyTagClassName
{
color: #674EAB;
}
</style>
background-color css
<style>
a { background-color: #674EAB; }
a { background-color: rgb(103,78,171); }
div.DivClassName
{
background-color: #674EAB;
}
.BgClassName
{
background-color: #674EAB;
}
</style>
border-color css
<style>
span { border-color: #674EAB; }
span { border-color: rgb(103,78,171); }
td.TdClassName
{
border-color: #674EAB;
}
.TagClassName
{
border-color: #674EAB;
}
</style>