Shades of Blue Marguerite #674BAE
Tints of Blue Marguerite #674BAE
RGB
CMYK
RGB Variations
Color information
#674BAE (or 0x674BAE) is known color: Blue Marguerite. HEX triplet: 67, 4B and AE. RGB value is (103,75,174). Sum of RGB (Red+Green+Blue) = 103+75+174=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #674BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAE is #98B451. Grayscale: #5E5E5E. Windows color (decimal): -10007634 or 11422567. OLE color: 11422567.
HSL color Cylindrical-coordinate representation of color #674BAE: hue angle of 256.97º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #674BAE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 75 | 174 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.32 |
| HSL | 256.97º | 0.4% | 0.49% | - |
| HSV(B) | 256.97º | 0.57% | 0.68% | - |
| XYZ | 15.75 | 10.97 | 41.33 | - |
| YUV | 94.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 174 | 0.41 | 0.57 | 0 | 0.32 | 256.97 | 0.4 | 0.49 |
| Hex | 67 | 4B | AE | 29 | 39 | 0 | 20 | 101 | 28 | 31 |
| Octal | 147 | 113 | 256 | 51 | 71 | 0 | 40 | 401 | 50 | 61 |
| Binary | 1100111 | 1001011 | 10101110 | 101001 | 111001 | 0 | 100000 | 100000001 | 101000 | 110001 |
Color Harmonies of #674BAE
Complementary color
Monochromatic Colors of #674BAE
Black with #674BAE
Text Example
Text Example
White with #674BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BAE; }
p { color: rgb(103,75,174); }
H1.HeaderClassName
{
color: #674BAE;
}
.AnyTagClassName
{
color: #674BAE;
}
</style>
background-color css
<style>
a { background-color: #674BAE; }
a { background-color: rgb(103,75,174); }
div.DivClassName
{
background-color: #674BAE;
}
.BgClassName
{
background-color: #674BAE;
}
</style>
border-color css
<style>
span { border-color: #674BAE; }
span { border-color: rgb(103,75,174); }
td.TdClassName
{
border-color: #674BAE;
}
.TagClassName
{
border-color: #674BAE;
}
</style>