Shades of Blue Marguerite #674BBB
Tints of Blue Marguerite #674BBB
RGB
CMYK
RGB Variations
Color information
#674BBB (or 0x674BBB) is known color: Blue Marguerite. HEX triplet: 67, 4B and BB. RGB value is (103,75,187). Sum of RGB (Red+Green+Blue) = 103+75+187=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #674BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BBB is #98B444. Grayscale: #5F5F5F. Windows color (decimal): -10007621 or 12274535. OLE color: 12274535.
HSL color Cylindrical-coordinate representation of color #674BBB: hue angle of 255º 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 #674BBB is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 75 | 187 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.27 |
| HSL | 255º | 0.45% | 0.51% | - |
| HSV(B) | 255º | 0.6% | 0.73% | - |
| XYZ | 17.08 | 11.5 | 48.33 | - |
| YUV | 96.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 187 | 0.45 | 0.60 | 0 | 0.27 | 255 | 0.45 | 0.51 |
| Hex | 67 | 4B | BB | 2D | 3C | 0 | 1B | FF | 2D | 33 |
| Octal | 147 | 113 | 273 | 55 | 74 | 0 | 33 | 377 | 55 | 63 |
| Binary | 1100111 | 1001011 | 10111011 | 101101 | 111100 | 0 | 11011 | 11111111 | 101101 | 110011 |
Color Harmonies of #674BBB
Complementary color
Monochromatic Colors of #674BBB
Black with #674BBB
Text Example
Text Example
White with #674BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BBB; }
p { color: rgb(103,75,187); }
H1.HeaderClassName
{
color: #674BBB;
}
.AnyTagClassName
{
color: #674BBB;
}
</style>
background-color css
<style>
a { background-color: #674BBB; }
a { background-color: rgb(103,75,187); }
div.DivClassName
{
background-color: #674BBB;
}
.BgClassName
{
background-color: #674BBB;
}
</style>
border-color css
<style>
span { border-color: #674BBB; }
span { border-color: rgb(103,75,187); }
td.TdClassName
{
border-color: #674BBB;
}
.TagClassName
{
border-color: #674BBB;
}
</style>