Shades of Blue Marguerite #675DAA
Tints of Blue Marguerite #675DAA
RGB
CMYK
RGB Variations
Color information
#675DAA (or 0x675DAA) is known color: Blue Marguerite. HEX triplet: 67, 5D and AA. RGB value is (103,93,170). Sum of RGB (Red+Green+Blue) = 103+93+170=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #675DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAA is #98A255. Grayscale: #686868. Windows color (decimal): -10003030 or 11165031. OLE color: 11165031.
HSL color Cylindrical-coordinate representation of color #675DAA: hue angle of 247.79º degrees, saturation: 0.31, 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 #675DAA is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 93 | 170 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.33 |
| HSL | 247.79º | 0.31% | 0.52% | - |
| HSV(B) | 247.79º | 0.45% | 0.67% | - |
| XYZ | 16.76 | 13.61 | 39.77 | - |
| YUV | 104.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 170 | 0.39 | 0.45 | 0 | 0.33 | 247.79 | 0.31 | 0.52 |
| Hex | 67 | 5D | AA | 27 | 2D | 0 | 21 | F8 | 1F | 34 |
| Octal | 147 | 135 | 252 | 47 | 55 | 0 | 41 | 370 | 37 | 64 |
| Binary | 1100111 | 1011101 | 10101010 | 100111 | 101101 | 0 | 100001 | 11111000 | 11111 | 110100 |
Color Harmonies of #675DAA
Complementary color
Monochromatic Colors of #675DAA
Black with #675DAA
Text Example
Text Example
White with #675DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DAA; }
p { color: rgb(103,93,170); }
H1.HeaderClassName
{
color: #675DAA;
}
.AnyTagClassName
{
color: #675DAA;
}
</style>
background-color css
<style>
a { background-color: #675DAA; }
a { background-color: rgb(103,93,170); }
div.DivClassName
{
background-color: #675DAA;
}
.BgClassName
{
background-color: #675DAA;
}
</style>
border-color css
<style>
span { border-color: #675DAA; }
span { border-color: rgb(103,93,170); }
td.TdClassName
{
border-color: #675DAA;
}
.TagClassName
{
border-color: #675DAA;
}
</style>