Shades of Blue Marguerite #674EAE
Tints of Blue Marguerite #674EAE
RGB
CMYK
RGB Variations
Color information
#674EAE (or 0x674EAE) is known color: Blue Marguerite. HEX triplet: 67, 4E and AE. RGB value is (103,78,174). Sum of RGB (Red+Green+Blue) = 103+78+174=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #674EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAE is #98B151. Grayscale: #606060. Windows color (decimal): -10006866 or 11423335. OLE color: 11423335.
HSL color Cylindrical-coordinate representation of color #674EAE: hue angle of 255.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674EAE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 78 | 174 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.32 |
| HSL | 255.63º | 0.38% | 0.49% | - |
| HSV(B) | 255.63º | 0.55% | 0.68% | - |
| XYZ | 15.96 | 11.39 | 41.4 | - |
| YUV | 96.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 174 | 0.41 | 0.55 | 0 | 0.32 | 255.63 | 0.38 | 0.49 |
| Hex | 67 | 4E | AE | 29 | 37 | 0 | 20 | 100 | 26 | 31 |
| Octal | 147 | 116 | 256 | 51 | 67 | 0 | 40 | 400 | 46 | 61 |
| Binary | 1100111 | 1001110 | 10101110 | 101001 | 110111 | 0 | 100000 | 100000000 | 100110 | 110001 |
Color Harmonies of #674EAE
Complementary color
Monochromatic Colors of #674EAE
Black with #674EAE
Text Example
Text Example
White with #674EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EAE; }
p { color: rgb(103,78,174); }
H1.HeaderClassName
{
color: #674EAE;
}
.AnyTagClassName
{
color: #674EAE;
}
</style>
background-color css
<style>
a { background-color: #674EAE; }
a { background-color: rgb(103,78,174); }
div.DivClassName
{
background-color: #674EAE;
}
.BgClassName
{
background-color: #674EAE;
}
</style>
border-color css
<style>
span { border-color: #674EAE; }
span { border-color: rgb(103,78,174); }
td.TdClassName
{
border-color: #674EAE;
}
.TagClassName
{
border-color: #674EAE;
}
</style>