Shades of Blue Marguerite #675BAD
Tints of Blue Marguerite #675BAD
RGB
CMYK
RGB Variations
Color information
#675BAD (or 0x675BAD) is known color: Blue Marguerite. HEX triplet: 67, 5B and AD. RGB value is (103,91,173). Sum of RGB (Red+Green+Blue) = 103+91+173=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #675BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BAD is #98A452. Grayscale: #676767. Windows color (decimal): -10003539 or 11361127. OLE color: 11361127.
HSL color Cylindrical-coordinate representation of color #675BAD: hue angle of 248.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675BAD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 91 | 173 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.32 |
| HSL | 248.78º | 0.33% | 0.52% | - |
| HSV(B) | 248.78º | 0.47% | 0.68% | - |
| XYZ | 16.88 | 13.38 | 41.23 | - |
| YUV | 103.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 173 | 0.40 | 0.47 | 0 | 0.32 | 248.78 | 0.33 | 0.52 |
| Hex | 67 | 5B | AD | 28 | 2F | 0 | 20 | F9 | 21 | 34 |
| Octal | 147 | 133 | 255 | 50 | 57 | 0 | 40 | 371 | 41 | 64 |
| Binary | 1100111 | 1011011 | 10101101 | 101000 | 101111 | 0 | 100000 | 11111001 | 100001 | 110100 |
Color Harmonies of #675BAD
Complementary color
Monochromatic Colors of #675BAD
Black with #675BAD
Text Example
Text Example
White with #675BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BAD; }
p { color: rgb(103,91,173); }
H1.HeaderClassName
{
color: #675BAD;
}
.AnyTagClassName
{
color: #675BAD;
}
</style>
background-color css
<style>
a { background-color: #675BAD; }
a { background-color: rgb(103,91,173); }
div.DivClassName
{
background-color: #675BAD;
}
.BgClassName
{
background-color: #675BAD;
}
</style>
border-color css
<style>
span { border-color: #675BAD; }
span { border-color: rgb(103,91,173); }
td.TdClassName
{
border-color: #675BAD;
}
.TagClassName
{
border-color: #675BAD;
}
</style>