Shades of Blue Marguerite #684DBB
Tints of Blue Marguerite #684DBB
RGB
CMYK
RGB Variations
Color information
#684DBB (or 0x684DBB) is known color: Blue Marguerite. HEX triplet: 68, 4D and BB. RGB value is (104,77,187). Sum of RGB (Red+Green+Blue) = 104+77+187=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #684DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DBB is #97B244. Grayscale: #616161. Windows color (decimal): -9941573 or 12275048. OLE color: 12275048.
HSL color Cylindrical-coordinate representation of color #684DBB: hue angle of 254.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684DBB is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 77 | 187 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.27 |
| HSL | 254.73º | 0.45% | 0.52% | - |
| HSV(B) | 254.73º | 0.59% | 0.73% | - |
| XYZ | 17.33 | 11.84 | 48.39 | - |
| YUV | 97.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 187 | 0.44 | 0.59 | 0 | 0.27 | 254.73 | 0.45 | 0.52 |
| Hex | 68 | 4D | BB | 2C | 3B | 0 | 1B | FF | 2D | 34 |
| Octal | 150 | 115 | 273 | 54 | 73 | 0 | 33 | 377 | 55 | 64 |
| Binary | 1101000 | 1001101 | 10111011 | 101100 | 111011 | 0 | 11011 | 11111111 | 101101 | 110100 |
Color Harmonies of #684DBB
Complementary color
Monochromatic Colors of #684DBB
Black with #684DBB
Text Example
Text Example
White with #684DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DBB; }
p { color: rgb(104,77,187); }
H1.HeaderClassName
{
color: #684DBB;
}
.AnyTagClassName
{
color: #684DBB;
}
</style>
background-color css
<style>
a { background-color: #684DBB; }
a { background-color: rgb(104,77,187); }
div.DivClassName
{
background-color: #684DBB;
}
.BgClassName
{
background-color: #684DBB;
}
</style>
border-color css
<style>
span { border-color: #684DBB; }
span { border-color: rgb(104,77,187); }
td.TdClassName
{
border-color: #684DBB;
}
.TagClassName
{
border-color: #684DBB;
}
</style>