Shades of Blue Marguerite #685ABB
Tints of Blue Marguerite #685ABB
RGB
CMYK
RGB Variations
Color information
#685ABB (or 0x685ABB) is known color: Blue Marguerite. HEX triplet: 68, 5A and BB. RGB value is (104,90,187). Sum of RGB (Red+Green+Blue) = 104+90+187=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #685ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ABB is #97A544. Grayscale: #686868. Windows color (decimal): -9938245 or 12278376. OLE color: 12278376.
HSL color Cylindrical-coordinate representation of color #685ABB: hue angle of 248.66º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685ABB is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 90 | 187 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.27 |
| HSL | 248.66º | 0.42% | 0.54% | - |
| HSV(B) | 248.66º | 0.52% | 0.73% | - |
| XYZ | 18.33 | 13.84 | 48.72 | - |
| YUV | 105.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 187 | 0.44 | 0.52 | 0 | 0.27 | 248.66 | 0.42 | 0.54 |
| Hex | 68 | 5A | BB | 2C | 34 | 0 | 1B | F9 | 2A | 36 |
| Octal | 150 | 132 | 273 | 54 | 64 | 0 | 33 | 371 | 52 | 66 |
| Binary | 1101000 | 1011010 | 10111011 | 101100 | 110100 | 0 | 11011 | 11111001 | 101010 | 110110 |
Color Harmonies of #685ABB
Complementary color
Monochromatic Colors of #685ABB
Black with #685ABB
Text Example
Text Example
White with #685ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ABB; }
p { color: rgb(104,90,187); }
H1.HeaderClassName
{
color: #685ABB;
}
.AnyTagClassName
{
color: #685ABB;
}
</style>
background-color css
<style>
a { background-color: #685ABB; }
a { background-color: rgb(104,90,187); }
div.DivClassName
{
background-color: #685ABB;
}
.BgClassName
{
background-color: #685ABB;
}
</style>
border-color css
<style>
span { border-color: #685ABB; }
span { border-color: rgb(104,90,187); }
td.TdClassName
{
border-color: #685ABB;
}
.TagClassName
{
border-color: #685ABB;
}
</style>