Shades of Blue Marguerite #675EB2
Tints of Blue Marguerite #675EB2
RGB
CMYK
RGB Variations
Color information
#675EB2 (or 0x675EB2) is known color: Blue Marguerite. HEX triplet: 67, 5E and B2. RGB value is (103,94,178). Sum of RGB (Red+Green+Blue) = 103+94+178=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #675EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675EB2 is #98A14D. Grayscale: #696969. Windows color (decimal): -10002766 or 11689575. OLE color: 11689575.
HSL color Cylindrical-coordinate representation of color #675EB2: hue angle of 246.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675EB2 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 94 | 178 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.30 |
| HSL | 246.43º | 0.35% | 0.53% | - |
| HSV(B) | 246.43º | 0.47% | 0.7% | - |
| XYZ | 17.63 | 14.1 | 43.91 | - |
| YUV | 106.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 178 | 0.42 | 0.47 | 0 | 0.30 | 246.43 | 0.35 | 0.53 |
| Hex | 67 | 5E | B2 | 2A | 2F | 0 | 1E | F6 | 23 | 35 |
| Octal | 147 | 136 | 262 | 52 | 57 | 0 | 36 | 366 | 43 | 65 |
| Binary | 1100111 | 1011110 | 10110010 | 101010 | 101111 | 0 | 11110 | 11110110 | 100011 | 110101 |
Color Harmonies of #675EB2
Complementary color
Monochromatic Colors of #675EB2
Black with #675EB2
Text Example
Text Example
White with #675EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EB2; }
p { color: rgb(103,94,178); }
H1.HeaderClassName
{
color: #675EB2;
}
.AnyTagClassName
{
color: #675EB2;
}
</style>
background-color css
<style>
a { background-color: #675EB2; }
a { background-color: rgb(103,94,178); }
div.DivClassName
{
background-color: #675EB2;
}
.BgClassName
{
background-color: #675EB2;
}
</style>
border-color css
<style>
span { border-color: #675EB2; }
span { border-color: rgb(103,94,178); }
td.TdClassName
{
border-color: #675EB2;
}
.TagClassName
{
border-color: #675EB2;
}
</style>