Shades of Blue Marguerite #685DBE
Tints of Blue Marguerite #685DBE
RGB
CMYK
RGB Variations
Color information
#685DBE (or 0x685DBE) is known color: Blue Marguerite. HEX triplet: 68, 5D and BE. RGB value is (104,93,190). Sum of RGB (Red+Green+Blue) = 104+93+190=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #685DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBE is #97A241. Grayscale: #6A6A6A. Windows color (decimal): -9937474 or 12475752. OLE color: 12475752.
HSL color Cylindrical-coordinate representation of color #685DBE: hue angle of 246.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685DBE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 93 | 190 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.25 |
| HSL | 246.8º | 0.43% | 0.55% | - |
| HSV(B) | 246.8º | 0.51% | 0.75% | - |
| XYZ | 18.92 | 14.49 | 50.51 | - |
| YUV | 107.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 190 | 0.45 | 0.51 | 0 | 0.25 | 246.8 | 0.43 | 0.55 |
| Hex | 68 | 5D | BE | 2D | 33 | 0 | 19 | F7 | 2B | 37 |
| Octal | 150 | 135 | 276 | 55 | 63 | 0 | 31 | 367 | 53 | 67 |
| Binary | 1101000 | 1011101 | 10111110 | 101101 | 110011 | 0 | 11001 | 11110111 | 101011 | 110111 |
Color Harmonies of #685DBE
Complementary color
Monochromatic Colors of #685DBE
Black with #685DBE
Text Example
Text Example
White with #685DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DBE; }
p { color: rgb(104,93,190); }
H1.HeaderClassName
{
color: #685DBE;
}
.AnyTagClassName
{
color: #685DBE;
}
</style>
background-color css
<style>
a { background-color: #685DBE; }
a { background-color: rgb(104,93,190); }
div.DivClassName
{
background-color: #685DBE;
}
.BgClassName
{
background-color: #685DBE;
}
</style>
border-color css
<style>
span { border-color: #685DBE; }
span { border-color: rgb(104,93,190); }
td.TdClassName
{
border-color: #685DBE;
}
.TagClassName
{
border-color: #685DBE;
}
</style>