Shades of Blue Marguerite #674DAB
Tints of Blue Marguerite #674DAB
RGB
CMYK
RGB Variations
Color information
#674DAB (or 0x674DAB) is known color: Blue Marguerite. HEX triplet: 67, 4D and AB. RGB value is (103,77,171). Sum of RGB (Red+Green+Blue) = 103+77+171=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #674DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAB is #98B254. Grayscale: #5F5F5F. Windows color (decimal): -10007125 or 11226471. OLE color: 11226471.
HSL color Cylindrical-coordinate representation of color #674DAB: hue angle of 256.6º 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 #674DAB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 77 | 171 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.33 |
| HSL | 256.6º | 0.38% | 0.49% | - |
| HSV(B) | 256.6º | 0.55% | 0.67% | - |
| XYZ | 15.6 | 11.13 | 39.85 | - |
| YUV | 95.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 171 | 0.40 | 0.55 | 0 | 0.33 | 256.6 | 0.38 | 0.49 |
| Hex | 67 | 4D | AB | 28 | 37 | 0 | 21 | 101 | 26 | 31 |
| Octal | 147 | 115 | 253 | 50 | 67 | 0 | 41 | 401 | 46 | 61 |
| Binary | 1100111 | 1001101 | 10101011 | 101000 | 110111 | 0 | 100001 | 100000001 | 100110 | 110001 |
Color Harmonies of #674DAB
Complementary color
Monochromatic Colors of #674DAB
Black with #674DAB
Text Example
Text Example
White with #674DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DAB; }
p { color: rgb(103,77,171); }
H1.HeaderClassName
{
color: #674DAB;
}
.AnyTagClassName
{
color: #674DAB;
}
</style>
background-color css
<style>
a { background-color: #674DAB; }
a { background-color: rgb(103,77,171); }
div.DivClassName
{
background-color: #674DAB;
}
.BgClassName
{
background-color: #674DAB;
}
</style>
border-color css
<style>
span { border-color: #674DAB; }
span { border-color: rgb(103,77,171); }
td.TdClassName
{
border-color: #674DAB;
}
.TagClassName
{
border-color: #674DAB;
}
</style>