Shades of Blue Marguerite #675EAC
Tints of Blue Marguerite #675EAC
RGB
CMYK
RGB Variations
Color information
#675EAC (or 0x675EAC) is known color: Blue Marguerite. HEX triplet: 67, 5E and AC. RGB value is (103,94,172). Sum of RGB (Red+Green+Blue) = 103+94+172=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #675EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675EAC is #98A153. Grayscale: #696969. Windows color (decimal): -10002772 or 11296359. OLE color: 11296359.
HSL color Cylindrical-coordinate representation of color #675EAC: hue angle of 246.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #675EAC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 94 | 172 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.33 |
| HSL | 246.92º | 0.32% | 0.52% | - |
| HSV(B) | 246.92º | 0.45% | 0.67% | - |
| XYZ | 17.04 | 13.87 | 40.81 | - |
| YUV | 105.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 172 | 0.40 | 0.45 | 0 | 0.33 | 246.92 | 0.32 | 0.52 |
| Hex | 67 | 5E | AC | 28 | 2D | 0 | 21 | F7 | 20 | 34 |
| Octal | 147 | 136 | 254 | 50 | 55 | 0 | 41 | 367 | 40 | 64 |
| Binary | 1100111 | 1011110 | 10101100 | 101000 | 101101 | 0 | 100001 | 11110111 | 100000 | 110100 |
Color Harmonies of #675EAC
Complementary color
Monochromatic Colors of #675EAC
Black with #675EAC
Text Example
Text Example
White with #675EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EAC; }
p { color: rgb(103,94,172); }
H1.HeaderClassName
{
color: #675EAC;
}
.AnyTagClassName
{
color: #675EAC;
}
</style>
background-color css
<style>
a { background-color: #675EAC; }
a { background-color: rgb(103,94,172); }
div.DivClassName
{
background-color: #675EAC;
}
.BgClassName
{
background-color: #675EAC;
}
</style>
border-color css
<style>
span { border-color: #675EAC; }
span { border-color: rgb(103,94,172); }
td.TdClassName
{
border-color: #675EAC;
}
.TagClassName
{
border-color: #675EAC;
}
</style>