Shades of Blue Marguerite #674FAA
Tints of Blue Marguerite #674FAA
RGB
CMYK
RGB Variations
Color information
#674FAA (or 0x674FAA) is known color: Blue Marguerite. HEX triplet: 67, 4F and AA. RGB value is (103,79,170). Sum of RGB (Red+Green+Blue) = 103+79+170=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #674FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAA is #98B055. Grayscale: #606060. Windows color (decimal): -10006614 or 11161447. OLE color: 11161447.
HSL color Cylindrical-coordinate representation of color #674FAA: hue angle of 255.82º 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 #674FAA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 79 | 170 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.33 |
| HSL | 255.82º | 0.37% | 0.49% | - |
| HSV(B) | 255.82º | 0.54% | 0.67% | - |
| XYZ | 15.65 | 11.38 | 39.4 | - |
| YUV | 96.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 170 | 0.39 | 0.54 | 0 | 0.33 | 255.82 | 0.37 | 0.49 |
| Hex | 67 | 4F | AA | 27 | 36 | 0 | 21 | 100 | 25 | 31 |
| Octal | 147 | 117 | 252 | 47 | 66 | 0 | 41 | 400 | 45 | 61 |
| Binary | 1100111 | 1001111 | 10101010 | 100111 | 110110 | 0 | 100001 | 100000000 | 100101 | 110001 |
Color Harmonies of #674FAA
Complementary color
Monochromatic Colors of #674FAA
Black with #674FAA
Text Example
Text Example
White with #674FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FAA; }
p { color: rgb(103,79,170); }
H1.HeaderClassName
{
color: #674FAA;
}
.AnyTagClassName
{
color: #674FAA;
}
</style>
background-color css
<style>
a { background-color: #674FAA; }
a { background-color: rgb(103,79,170); }
div.DivClassName
{
background-color: #674FAA;
}
.BgClassName
{
background-color: #674FAA;
}
</style>
border-color css
<style>
span { border-color: #674FAA; }
span { border-color: rgb(103,79,170); }
td.TdClassName
{
border-color: #674FAA;
}
.TagClassName
{
border-color: #674FAA;
}
</style>