Shades of Blue Marguerite #674BAB
Tints of Blue Marguerite #674BAB
RGB
CMYK
RGB Variations
Color information
#674BAB (or 0x674BAB) is known color: Blue Marguerite. HEX triplet: 67, 4B and AB. RGB value is (103,75,171). Sum of RGB (Red+Green+Blue) = 103+75+171=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #674BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAB is #98B454. Grayscale: #5D5D5D. Windows color (decimal): -10007637 or 11225959. OLE color: 11225959.
HSL color Cylindrical-coordinate representation of color #674BAB: hue angle of 257.5º 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 #674BAB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 75 | 171 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.33 |
| HSL | 257.5º | 0.39% | 0.48% | - |
| HSV(B) | 257.5º | 0.56% | 0.67% | - |
| XYZ | 15.46 | 10.86 | 39.81 | - |
| YUV | 94.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 171 | 0.40 | 0.56 | 0 | 0.33 | 257.5 | 0.39 | 0.48 |
| Hex | 67 | 4B | AB | 28 | 38 | 0 | 21 | 102 | 27 | 30 |
| Octal | 147 | 113 | 253 | 50 | 70 | 0 | 41 | 402 | 47 | 60 |
| Binary | 1100111 | 1001011 | 10101011 | 101000 | 111000 | 0 | 100001 | 100000010 | 100111 | 110000 |
Color Harmonies of #674BAB
Complementary color
Monochromatic Colors of #674BAB
Black with #674BAB
Text Example
Text Example
White with #674BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BAB; }
p { color: rgb(103,75,171); }
H1.HeaderClassName
{
color: #674BAB;
}
.AnyTagClassName
{
color: #674BAB;
}
</style>
background-color css
<style>
a { background-color: #674BAB; }
a { background-color: rgb(103,75,171); }
div.DivClassName
{
background-color: #674BAB;
}
.BgClassName
{
background-color: #674BAB;
}
</style>
border-color css
<style>
span { border-color: #674BAB; }
span { border-color: rgb(103,75,171); }
td.TdClassName
{
border-color: #674BAB;
}
.TagClassName
{
border-color: #674BAB;
}
</style>