Shades of Blue Marguerite #685DB6
Tints of Blue Marguerite #685DB6
RGB
CMYK
RGB Variations
Color information
#685DB6 (or 0x685DB6) is known color: Blue Marguerite. HEX triplet: 68, 5D and B6. RGB value is (104,93,182). Sum of RGB (Red+Green+Blue) = 104+93+182=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #685DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB6 is #97A249. Grayscale: #6A6A6A. Windows color (decimal): -9937482 or 11951464. OLE color: 11951464.
HSL color Cylindrical-coordinate representation of color #685DB6: hue angle of 247.42º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685DB6 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 93 | 182 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.29 |
| HSL | 247.42º | 0.38% | 0.54% | - |
| HSV(B) | 247.42º | 0.49% | 0.71% | - |
| XYZ | 18.07 | 14.15 | 46.03 | - |
| YUV | 106.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 182 | 0.43 | 0.49 | 0 | 0.29 | 247.42 | 0.38 | 0.54 |
| Hex | 68 | 5D | B6 | 2B | 31 | 0 | 1D | F7 | 26 | 36 |
| Octal | 150 | 135 | 266 | 53 | 61 | 0 | 35 | 367 | 46 | 66 |
| Binary | 1101000 | 1011101 | 10110110 | 101011 | 110001 | 0 | 11101 | 11110111 | 100110 | 110110 |
Color Harmonies of #685DB6
Complementary color
Monochromatic Colors of #685DB6
Black with #685DB6
Text Example
Text Example
White with #685DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DB6; }
p { color: rgb(104,93,182); }
H1.HeaderClassName
{
color: #685DB6;
}
.AnyTagClassName
{
color: #685DB6;
}
</style>
background-color css
<style>
a { background-color: #685DB6; }
a { background-color: rgb(104,93,182); }
div.DivClassName
{
background-color: #685DB6;
}
.BgClassName
{
background-color: #685DB6;
}
</style>
border-color css
<style>
span { border-color: #685DB6; }
span { border-color: rgb(104,93,182); }
td.TdClassName
{
border-color: #685DB6;
}
.TagClassName
{
border-color: #685DB6;
}
</style>