Shades of Blue Marguerite #685BB0
Tints of Blue Marguerite #685BB0
RGB
CMYK
RGB Variations
Color information
#685BB0 (or 0x685BB0) is known color: Blue Marguerite. HEX triplet: 68, 5B and B0. RGB value is (104,91,176). Sum of RGB (Red+Green+Blue) = 104+91+176=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #685BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BB0 is #97A44F. Grayscale: #686868. Windows color (decimal): -9938000 or 11557736. OLE color: 11557736.
HSL color Cylindrical-coordinate representation of color #685BB0: hue angle of 249.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685BB0 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 91 | 176 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.31 |
| HSL | 249.18º | 0.35% | 0.52% | - |
| HSV(B) | 249.18º | 0.48% | 0.69% | - |
| XYZ | 17.29 | 13.56 | 42.78 | - |
| YUV | 104.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 176 | 0.41 | 0.48 | 0 | 0.31 | 249.18 | 0.35 | 0.52 |
| Hex | 68 | 5B | B0 | 29 | 30 | 0 | 1F | F9 | 23 | 34 |
| Octal | 150 | 133 | 260 | 51 | 60 | 0 | 37 | 371 | 43 | 64 |
| Binary | 1101000 | 1011011 | 10110000 | 101001 | 110000 | 0 | 11111 | 11111001 | 100011 | 110100 |
Color Harmonies of #685BB0
Complementary color
Monochromatic Colors of #685BB0
Black with #685BB0
Text Example
Text Example
White with #685BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BB0; }
p { color: rgb(104,91,176); }
H1.HeaderClassName
{
color: #685BB0;
}
.AnyTagClassName
{
color: #685BB0;
}
</style>
background-color css
<style>
a { background-color: #685BB0; }
a { background-color: rgb(104,91,176); }
div.DivClassName
{
background-color: #685BB0;
}
.BgClassName
{
background-color: #685BB0;
}
</style>
border-color css
<style>
span { border-color: #685BB0; }
span { border-color: rgb(104,91,176); }
td.TdClassName
{
border-color: #685BB0;
}
.TagClassName
{
border-color: #685BB0;
}
</style>