Shades of Blue Marguerite #674FB8
Tints of Blue Marguerite #674FB8
RGB
CMYK
RGB Variations
Color information
#674FB8 (or 0x674FB8) is known color: Blue Marguerite. HEX triplet: 67, 4F and B8. RGB value is (103,79,184). Sum of RGB (Red+Green+Blue) = 103+79+184=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #674FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FB8 is #98B047. Grayscale: #616161. Windows color (decimal): -10006600 or 12078951. OLE color: 12078951.
HSL color Cylindrical-coordinate representation of color #674FB8: hue angle of 253.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #674FB8 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 79 | 184 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.28 |
| HSL | 253.71º | 0.43% | 0.52% | - |
| HSV(B) | 253.71º | 0.57% | 0.72% | - |
| XYZ | 17.04 | 11.94 | 46.75 | - |
| YUV | 98.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 184 | 0.44 | 0.57 | 0 | 0.28 | 253.71 | 0.43 | 0.52 |
| Hex | 67 | 4F | B8 | 2C | 39 | 0 | 1C | FE | 2B | 34 |
| Octal | 147 | 117 | 270 | 54 | 71 | 0 | 34 | 376 | 53 | 64 |
| Binary | 1100111 | 1001111 | 10111000 | 101100 | 111001 | 0 | 11100 | 11111110 | 101011 | 110100 |
Color Harmonies of #674FB8
Complementary color
Monochromatic Colors of #674FB8
Black with #674FB8
Text Example
Text Example
White with #674FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FB8; }
p { color: rgb(103,79,184); }
H1.HeaderClassName
{
color: #674FB8;
}
.AnyTagClassName
{
color: #674FB8;
}
</style>
background-color css
<style>
a { background-color: #674FB8; }
a { background-color: rgb(103,79,184); }
div.DivClassName
{
background-color: #674FB8;
}
.BgClassName
{
background-color: #674FB8;
}
</style>
border-color css
<style>
span { border-color: #674FB8; }
span { border-color: rgb(103,79,184); }
td.TdClassName
{
border-color: #674FB8;
}
.TagClassName
{
border-color: #674FB8;
}
</style>