Shades of Blue Marguerite #675BAB
Tints of Blue Marguerite #675BAB
RGB
CMYK
RGB Variations
Color information
#675BAB (or 0x675BAB) is known color: Blue Marguerite. HEX triplet: 67, 5B and AB. RGB value is (103,91,171). Sum of RGB (Red+Green+Blue) = 103+91+171=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #675BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BAB is #98A454. Grayscale: #676767. Windows color (decimal): -10003541 or 11230055. OLE color: 11230055.
HSL color Cylindrical-coordinate representation of color #675BAB: hue angle of 249º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675BAB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 91 | 171 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.33 |
| HSL | 249º | 0.32% | 0.51% | - |
| HSV(B) | 249º | 0.47% | 0.67% | - |
| XYZ | 16.69 | 13.31 | 40.22 | - |
| YUV | 103.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 171 | 0.40 | 0.47 | 0 | 0.33 | 249 | 0.32 | 0.51 |
| Hex | 67 | 5B | AB | 28 | 2F | 0 | 21 | F9 | 20 | 33 |
| Octal | 147 | 133 | 253 | 50 | 57 | 0 | 41 | 371 | 40 | 63 |
| Binary | 1100111 | 1011011 | 10101011 | 101000 | 101111 | 0 | 100001 | 11111001 | 100000 | 110011 |
Color Harmonies of #675BAB
Complementary color
Monochromatic Colors of #675BAB
Black with #675BAB
Text Example
Text Example
White with #675BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BAB; }
p { color: rgb(103,91,171); }
H1.HeaderClassName
{
color: #675BAB;
}
.AnyTagClassName
{
color: #675BAB;
}
</style>
background-color css
<style>
a { background-color: #675BAB; }
a { background-color: rgb(103,91,171); }
div.DivClassName
{
background-color: #675BAB;
}
.BgClassName
{
background-color: #675BAB;
}
</style>
border-color css
<style>
span { border-color: #675BAB; }
span { border-color: rgb(103,91,171); }
td.TdClassName
{
border-color: #675BAB;
}
.TagClassName
{
border-color: #675BAB;
}
</style>