Shades of Blue Marguerite #675DAC
Tints of Blue Marguerite #675DAC
RGB
CMYK
RGB Variations
Color information
#675DAC (or 0x675DAC) is known color: Blue Marguerite. HEX triplet: 67, 5D and AC. RGB value is (103,93,172). Sum of RGB (Red+Green+Blue) = 103+93+172=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #675DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAC is #98A253. Grayscale: #686868. Windows color (decimal): -10003028 or 11296103. OLE color: 11296103.
HSL color Cylindrical-coordinate representation of color #675DAC: hue angle of 247.59º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675DAC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 93 | 172 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.33 |
| HSL | 247.59º | 0.32% | 0.52% | - |
| HSV(B) | 247.59º | 0.46% | 0.67% | - |
| XYZ | 16.95 | 13.69 | 40.78 | - |
| YUV | 105 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 172 | 0.40 | 0.46 | 0 | 0.33 | 247.59 | 0.32 | 0.52 |
| Hex | 67 | 5D | AC | 28 | 2E | 0 | 21 | F8 | 20 | 34 |
| Octal | 147 | 135 | 254 | 50 | 56 | 0 | 41 | 370 | 40 | 64 |
| Binary | 1100111 | 1011101 | 10101100 | 101000 | 101110 | 0 | 100001 | 11111000 | 100000 | 110100 |
Color Harmonies of #675DAC
Complementary color
Monochromatic Colors of #675DAC
Black with #675DAC
Text Example
Text Example
White with #675DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DAC; }
p { color: rgb(103,93,172); }
H1.HeaderClassName
{
color: #675DAC;
}
.AnyTagClassName
{
color: #675DAC;
}
</style>
background-color css
<style>
a { background-color: #675DAC; }
a { background-color: rgb(103,93,172); }
div.DivClassName
{
background-color: #675DAC;
}
.BgClassName
{
background-color: #675DAC;
}
</style>
border-color css
<style>
span { border-color: #675DAC; }
span { border-color: rgb(103,93,172); }
td.TdClassName
{
border-color: #675DAC;
}
.TagClassName
{
border-color: #675DAC;
}
</style>