Shades of Blue Marguerite #685DBB
Tints of Blue Marguerite #685DBB
RGB
CMYK
RGB Variations
Color information
#685DBB (or 0x685DBB) is known color: Blue Marguerite. HEX triplet: 68, 5D and BB. RGB value is (104,93,187). Sum of RGB (Red+Green+Blue) = 104+93+187=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #685DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBB is #97A244. Grayscale: #6A6A6A. Windows color (decimal): -9937477 or 12279144. OLE color: 12279144.
HSL color Cylindrical-coordinate representation of color #685DBB: hue angle of 247.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685DBB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 93 | 187 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.27 |
| HSL | 247.02º | 0.41% | 0.55% | - |
| HSV(B) | 247.02º | 0.5% | 0.73% | - |
| XYZ | 18.59 | 14.36 | 48.81 | - |
| YUV | 107.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 187 | 0.44 | 0.50 | 0 | 0.27 | 247.02 | 0.41 | 0.55 |
| Hex | 68 | 5D | BB | 2C | 32 | 0 | 1B | F7 | 29 | 37 |
| Octal | 150 | 135 | 273 | 54 | 62 | 0 | 33 | 367 | 51 | 67 |
| Binary | 1101000 | 1011101 | 10111011 | 101100 | 110010 | 0 | 11011 | 11110111 | 101001 | 110111 |
Color Harmonies of #685DBB
Complementary color
Monochromatic Colors of #685DBB
Black with #685DBB
Text Example
Text Example
White with #685DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DBB; }
p { color: rgb(104,93,187); }
H1.HeaderClassName
{
color: #685DBB;
}
.AnyTagClassName
{
color: #685DBB;
}
</style>
background-color css
<style>
a { background-color: #685DBB; }
a { background-color: rgb(104,93,187); }
div.DivClassName
{
background-color: #685DBB;
}
.BgClassName
{
background-color: #685DBB;
}
</style>
border-color css
<style>
span { border-color: #685DBB; }
span { border-color: rgb(104,93,187); }
td.TdClassName
{
border-color: #685DBB;
}
.TagClassName
{
border-color: #685DBB;
}
</style>