Shades of Blue Marguerite #674DB8
Tints of Blue Marguerite #674DB8
RGB
CMYK
RGB Variations
Color information
#674DB8 (or 0x674DB8) is known color: Blue Marguerite. HEX triplet: 67, 4D and B8. RGB value is (103,77,184). Sum of RGB (Red+Green+Blue) = 103+77+184=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #674DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DB8 is #98B247. Grayscale: #606060. Windows color (decimal): -10007112 or 12078439. OLE color: 12078439.
HSL color Cylindrical-coordinate representation of color #674DB8: hue angle of 254.58º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674DB8 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 77 | 184 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.28 |
| HSL | 254.58º | 0.43% | 0.51% | - |
| HSV(B) | 254.58º | 0.58% | 0.72% | - |
| XYZ | 16.9 | 11.65 | 46.71 | - |
| YUV | 96.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 184 | 0.44 | 0.58 | 0 | 0.28 | 254.58 | 0.43 | 0.51 |
| Hex | 67 | 4D | B8 | 2C | 3A | 0 | 1C | FF | 2B | 33 |
| Octal | 147 | 115 | 270 | 54 | 72 | 0 | 34 | 377 | 53 | 63 |
| Binary | 1100111 | 1001101 | 10111000 | 101100 | 111010 | 0 | 11100 | 11111111 | 101011 | 110011 |
Color Harmonies of #674DB8
Complementary color
Monochromatic Colors of #674DB8
Black with #674DB8
Text Example
Text Example
White with #674DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DB8; }
p { color: rgb(103,77,184); }
H1.HeaderClassName
{
color: #674DB8;
}
.AnyTagClassName
{
color: #674DB8;
}
</style>
background-color css
<style>
a { background-color: #674DB8; }
a { background-color: rgb(103,77,184); }
div.DivClassName
{
background-color: #674DB8;
}
.BgClassName
{
background-color: #674DB8;
}
</style>
border-color css
<style>
span { border-color: #674DB8; }
span { border-color: rgb(103,77,184); }
td.TdClassName
{
border-color: #674DB8;
}
.TagClassName
{
border-color: #674DB8;
}
</style>