Shades of Blue Marguerite #674BBA
Tints of Blue Marguerite #674BBA
RGB
CMYK
RGB Variations
Color information
#674BBA (or 0x674BBA) is known color: Blue Marguerite. HEX triplet: 67, 4B and BA. RGB value is (103,75,186). Sum of RGB (Red+Green+Blue) = 103+75+186=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #674BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BBA is #98B445. Grayscale: #5F5F5F. Windows color (decimal): -10007622 or 12208999. OLE color: 12208999.
HSL color Cylindrical-coordinate representation of color #674BBA: hue angle of 255.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674BBA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 75 | 186 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.27 |
| HSL | 255.14º | 0.45% | 0.51% | - |
| HSV(B) | 255.14º | 0.6% | 0.73% | - |
| XYZ | 16.97 | 11.46 | 47.77 | - |
| YUV | 96.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 186 | 0.45 | 0.60 | 0 | 0.27 | 255.14 | 0.45 | 0.51 |
| Hex | 67 | 4B | BA | 2D | 3C | 0 | 1B | FF | 2D | 33 |
| Octal | 147 | 113 | 272 | 55 | 74 | 0 | 33 | 377 | 55 | 63 |
| Binary | 1100111 | 1001011 | 10111010 | 101101 | 111100 | 0 | 11011 | 11111111 | 101101 | 110011 |
Color Harmonies of #674BBA
Complementary color
Monochromatic Colors of #674BBA
Black with #674BBA
Text Example
Text Example
White with #674BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BBA; }
p { color: rgb(103,75,186); }
H1.HeaderClassName
{
color: #674BBA;
}
.AnyTagClassName
{
color: #674BBA;
}
</style>
background-color css
<style>
a { background-color: #674BBA; }
a { background-color: rgb(103,75,186); }
div.DivClassName
{
background-color: #674BBA;
}
.BgClassName
{
background-color: #674BBA;
}
</style>
border-color css
<style>
span { border-color: #674BBA; }
span { border-color: rgb(103,75,186); }
td.TdClassName
{
border-color: #674BBA;
}
.TagClassName
{
border-color: #674BBA;
}
</style>