Shades of Blue Marguerite #675FAC
Tints of Blue Marguerite #675FAC
RGB
CMYK
RGB Variations
Color information
#675FAC (or 0x675FAC) is known color: Blue Marguerite. HEX triplet: 67, 5F and AC. RGB value is (103,95,172). Sum of RGB (Red+Green+Blue) = 103+95+172=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #675FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FAC is #98A053. Grayscale: #696969. Windows color (decimal): -10002516 or 11296615. OLE color: 11296615.
HSL color Cylindrical-coordinate representation of color #675FAC: hue angle of 246.23º 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 #675FAC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 95 | 172 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.33 |
| HSL | 246.23º | 0.32% | 0.52% | - |
| HSV(B) | 246.23º | 0.45% | 0.67% | - |
| XYZ | 17.13 | 14.05 | 40.84 | - |
| YUV | 106.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 172 | 0.40 | 0.45 | 0 | 0.33 | 246.23 | 0.32 | 0.52 |
| Hex | 67 | 5F | AC | 28 | 2D | 0 | 21 | F6 | 20 | 34 |
| Octal | 147 | 137 | 254 | 50 | 55 | 0 | 41 | 366 | 40 | 64 |
| Binary | 1100111 | 1011111 | 10101100 | 101000 | 101101 | 0 | 100001 | 11110110 | 100000 | 110100 |
Color Harmonies of #675FAC
Complementary color
Monochromatic Colors of #675FAC
Black with #675FAC
Text Example
Text Example
White with #675FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FAC; }
p { color: rgb(103,95,172); }
H1.HeaderClassName
{
color: #675FAC;
}
.AnyTagClassName
{
color: #675FAC;
}
</style>
background-color css
<style>
a { background-color: #675FAC; }
a { background-color: rgb(103,95,172); }
div.DivClassName
{
background-color: #675FAC;
}
.BgClassName
{
background-color: #675FAC;
}
</style>
border-color css
<style>
span { border-color: #675FAC; }
span { border-color: rgb(103,95,172); }
td.TdClassName
{
border-color: #675FAC;
}
.TagClassName
{
border-color: #675FAC;
}
</style>