Shades of Blue Marguerite #675FB0
Tints of Blue Marguerite #675FB0
RGB
CMYK
RGB Variations
Color information
#675FB0 (or 0x675FB0) is known color: Blue Marguerite. HEX triplet: 67, 5F and B0. RGB value is (103,95,176). Sum of RGB (Red+Green+Blue) = 103+95+176=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #675FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FB0 is #98A04F. Grayscale: #6A6A6A. Windows color (decimal): -10002512 or 11558759. OLE color: 11558759.
HSL color Cylindrical-coordinate representation of color #675FB0: hue angle of 245.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675FB0 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 95 | 176 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.31 |
| HSL | 245.93º | 0.34% | 0.53% | - |
| HSV(B) | 245.93º | 0.46% | 0.69% | - |
| XYZ | 17.52 | 14.2 | 42.89 | - |
| YUV | 106.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 176 | 0.41 | 0.46 | 0 | 0.31 | 245.93 | 0.34 | 0.53 |
| Hex | 67 | 5F | B0 | 29 | 2E | 0 | 1F | F6 | 22 | 35 |
| Octal | 147 | 137 | 260 | 51 | 56 | 0 | 37 | 366 | 42 | 65 |
| Binary | 1100111 | 1011111 | 10110000 | 101001 | 101110 | 0 | 11111 | 11110110 | 100010 | 110101 |
Color Harmonies of #675FB0
Complementary color
Monochromatic Colors of #675FB0
Black with #675FB0
Text Example
Text Example
White with #675FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FB0; }
p { color: rgb(103,95,176); }
H1.HeaderClassName
{
color: #675FB0;
}
.AnyTagClassName
{
color: #675FB0;
}
</style>
background-color css
<style>
a { background-color: #675FB0; }
a { background-color: rgb(103,95,176); }
div.DivClassName
{
background-color: #675FB0;
}
.BgClassName
{
background-color: #675FB0;
}
</style>
border-color css
<style>
span { border-color: #675FB0; }
span { border-color: rgb(103,95,176); }
td.TdClassName
{
border-color: #675FB0;
}
.TagClassName
{
border-color: #675FB0;
}
</style>