Shades of Blue Marguerite #674BAC
Tints of Blue Marguerite #674BAC
RGB
CMYK
RGB Variations
Color information
#674BAC (or 0x674BAC) is known color: Blue Marguerite. HEX triplet: 67, 4B and AC. RGB value is (103,75,172). Sum of RGB (Red+Green+Blue) = 103+75+172=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #674BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAC is #98B453. Grayscale: #5E5E5E. Windows color (decimal): -10007636 or 11291495. OLE color: 11291495.
HSL color Cylindrical-coordinate representation of color #674BAC: hue angle of 257.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674BAC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 75 | 172 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.33 |
| HSL | 257.32º | 0.39% | 0.48% | - |
| HSV(B) | 257.32º | 0.56% | 0.67% | - |
| XYZ | 15.56 | 10.89 | 40.31 | - |
| YUV | 94.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 172 | 0.40 | 0.56 | 0 | 0.33 | 257.32 | 0.39 | 0.48 |
| Hex | 67 | 4B | AC | 28 | 38 | 0 | 21 | 101 | 27 | 30 |
| Octal | 147 | 113 | 254 | 50 | 70 | 0 | 41 | 401 | 47 | 60 |
| Binary | 1100111 | 1001011 | 10101100 | 101000 | 111000 | 0 | 100001 | 100000001 | 100111 | 110000 |
Color Harmonies of #674BAC
Complementary color
Monochromatic Colors of #674BAC
Black with #674BAC
Text Example
Text Example
White with #674BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BAC; }
p { color: rgb(103,75,172); }
H1.HeaderClassName
{
color: #674BAC;
}
.AnyTagClassName
{
color: #674BAC;
}
</style>
background-color css
<style>
a { background-color: #674BAC; }
a { background-color: rgb(103,75,172); }
div.DivClassName
{
background-color: #674BAC;
}
.BgClassName
{
background-color: #674BAC;
}
</style>
border-color css
<style>
span { border-color: #674BAC; }
span { border-color: rgb(103,75,172); }
td.TdClassName
{
border-color: #674BAC;
}
.TagClassName
{
border-color: #674BAC;
}
</style>