Shades of Blue Marguerite #674FAB
Tints of Blue Marguerite #674FAB
RGB
CMYK
RGB Variations
Color information
#674FAB (or 0x674FAB) is known color: Blue Marguerite. HEX triplet: 67, 4F and AB. RGB value is (103,79,171). Sum of RGB (Red+Green+Blue) = 103+79+171=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #674FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAB is #98B054. Grayscale: #606060. Windows color (decimal): -10006613 or 11226983. OLE color: 11226983.
HSL color Cylindrical-coordinate representation of color #674FAB: hue angle of 255.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #674FAB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 79 | 171 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.33 |
| HSL | 255.65º | 0.37% | 0.49% | - |
| HSV(B) | 255.65º | 0.54% | 0.67% | - |
| XYZ | 15.74 | 11.42 | 39.9 | - |
| YUV | 96.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 171 | 0.40 | 0.54 | 0 | 0.33 | 255.65 | 0.37 | 0.49 |
| Hex | 67 | 4F | AB | 28 | 36 | 0 | 21 | 100 | 25 | 31 |
| Octal | 147 | 117 | 253 | 50 | 66 | 0 | 41 | 400 | 45 | 61 |
| Binary | 1100111 | 1001111 | 10101011 | 101000 | 110110 | 0 | 100001 | 100000000 | 100101 | 110001 |
Color Harmonies of #674FAB
Complementary color
Monochromatic Colors of #674FAB
Black with #674FAB
Text Example
Text Example
White with #674FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FAB; }
p { color: rgb(103,79,171); }
H1.HeaderClassName
{
color: #674FAB;
}
.AnyTagClassName
{
color: #674FAB;
}
</style>
background-color css
<style>
a { background-color: #674FAB; }
a { background-color: rgb(103,79,171); }
div.DivClassName
{
background-color: #674FAB;
}
.BgClassName
{
background-color: #674FAB;
}
</style>
border-color css
<style>
span { border-color: #674FAB; }
span { border-color: rgb(103,79,171); }
td.TdClassName
{
border-color: #674FAB;
}
.TagClassName
{
border-color: #674FAB;
}
</style>