Shades of Blue Marguerite #6758BD
Tints of Blue Marguerite #6758BD
RGB
CMYK
RGB Variations
Color information
#6758BD (or 0x6758BD) is known color: Blue Marguerite. HEX triplet: 67, 58 and BD. RGB value is (103,88,189). Sum of RGB (Red+Green+Blue) = 103+88+189=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #6758BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758BD is #98A742. Grayscale: #676767. Windows color (decimal): -10004291 or 12408935. OLE color: 12408935.
HSL color Cylindrical-coordinate representation of color #6758BD: hue angle of 248.91º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6758BD is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 88 | 189 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.26 |
| HSL | 248.91º | 0.43% | 0.54% | - |
| HSV(B) | 248.91º | 0.53% | 0.74% | - |
| XYZ | 18.27 | 13.54 | 49.79 | - |
| YUV | 104 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 189 | 0.46 | 0.53 | 0 | 0.26 | 248.91 | 0.43 | 0.54 |
| Hex | 67 | 58 | BD | 2E | 35 | 0 | 1A | F9 | 2B | 36 |
| Octal | 147 | 130 | 275 | 56 | 65 | 0 | 32 | 371 | 53 | 66 |
| Binary | 1100111 | 1011000 | 10111101 | 101110 | 110101 | 0 | 11010 | 11111001 | 101011 | 110110 |
Color Harmonies of #6758BD
Complementary color
Monochromatic Colors of #6758BD
Black with #6758BD
Text Example
Text Example
White with #6758BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758BD; }
p { color: rgb(103,88,189); }
H1.HeaderClassName
{
color: #6758BD;
}
.AnyTagClassName
{
color: #6758BD;
}
</style>
background-color css
<style>
a { background-color: #6758BD; }
a { background-color: rgb(103,88,189); }
div.DivClassName
{
background-color: #6758BD;
}
.BgClassName
{
background-color: #6758BD;
}
</style>
border-color css
<style>
span { border-color: #6758BD; }
span { border-color: rgb(103,88,189); }
td.TdClassName
{
border-color: #6758BD;
}
.TagClassName
{
border-color: #6758BD;
}
</style>