Shades of Blue Marguerite #675AB2
Tints of Blue Marguerite #675AB2
RGB
CMYK
RGB Variations
Color information
#675AB2 (or 0x675AB2) is known color: Blue Marguerite. HEX triplet: 67, 5A and B2. RGB value is (103,90,178). Sum of RGB (Red+Green+Blue) = 103+90+178=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #675AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AB2 is #98A54D. Grayscale: #676767. Windows color (decimal): -10003790 or 11688551. OLE color: 11688551.
HSL color Cylindrical-coordinate representation of color #675AB2: hue angle of 248.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675AB2 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 90 | 178 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.30 |
| HSL | 248.86º | 0.36% | 0.53% | - |
| HSV(B) | 248.86º | 0.49% | 0.7% | - |
| XYZ | 17.29 | 13.41 | 43.8 | - |
| YUV | 103.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 178 | 0.42 | 0.49 | 0 | 0.30 | 248.86 | 0.36 | 0.53 |
| Hex | 67 | 5A | B2 | 2A | 31 | 0 | 1E | F9 | 24 | 35 |
| Octal | 147 | 132 | 262 | 52 | 61 | 0 | 36 | 371 | 44 | 65 |
| Binary | 1100111 | 1011010 | 10110010 | 101010 | 110001 | 0 | 11110 | 11111001 | 100100 | 110101 |
Color Harmonies of #675AB2
Complementary color
Monochromatic Colors of #675AB2
Black with #675AB2
Text Example
Text Example
White with #675AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AB2; }
p { color: rgb(103,90,178); }
H1.HeaderClassName
{
color: #675AB2;
}
.AnyTagClassName
{
color: #675AB2;
}
</style>
background-color css
<style>
a { background-color: #675AB2; }
a { background-color: rgb(103,90,178); }
div.DivClassName
{
background-color: #675AB2;
}
.BgClassName
{
background-color: #675AB2;
}
</style>
border-color css
<style>
span { border-color: #675AB2; }
span { border-color: rgb(103,90,178); }
td.TdClassName
{
border-color: #675AB2;
}
.TagClassName
{
border-color: #675AB2;
}
</style>