Shades of Blue Marguerite #6758BA
Tints of Blue Marguerite #6758BA
RGB
CMYK
RGB Variations
Color information
#6758BA (or 0x6758BA) is known color: Blue Marguerite. HEX triplet: 67, 58 and BA. RGB value is (103,88,186). Sum of RGB (Red+Green+Blue) = 103+88+186=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #6758BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758BA is #98A745. Grayscale: #676767. Windows color (decimal): -10004294 or 12212327. OLE color: 12212327.
HSL color Cylindrical-coordinate representation of color #6758BA: hue angle of 249.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6758BA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 88 | 186 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.27 |
| HSL | 249.18º | 0.42% | 0.54% | - |
| HSV(B) | 249.18º | 0.53% | 0.73% | - |
| XYZ | 17.95 | 13.41 | 48.1 | - |
| YUV | 103.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 186 | 0.45 | 0.53 | 0 | 0.27 | 249.18 | 0.42 | 0.54 |
| Hex | 67 | 58 | BA | 2D | 35 | 0 | 1B | F9 | 2A | 36 |
| Octal | 147 | 130 | 272 | 55 | 65 | 0 | 33 | 371 | 52 | 66 |
| Binary | 1100111 | 1011000 | 10111010 | 101101 | 110101 | 0 | 11011 | 11111001 | 101010 | 110110 |
Color Harmonies of #6758BA
Complementary color
Monochromatic Colors of #6758BA
Black with #6758BA
Text Example
Text Example
White with #6758BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758BA; }
p { color: rgb(103,88,186); }
H1.HeaderClassName
{
color: #6758BA;
}
.AnyTagClassName
{
color: #6758BA;
}
</style>
background-color css
<style>
a { background-color: #6758BA; }
a { background-color: rgb(103,88,186); }
div.DivClassName
{
background-color: #6758BA;
}
.BgClassName
{
background-color: #6758BA;
}
</style>
border-color css
<style>
span { border-color: #6758BA; }
span { border-color: rgb(103,88,186); }
td.TdClassName
{
border-color: #6758BA;
}
.TagClassName
{
border-color: #6758BA;
}
</style>