Shades of Blue Marguerite #685DB8
Tints of Blue Marguerite #685DB8
RGB
CMYK
RGB Variations
Color information
#685DB8 (or 0x685DB8) is known color: Blue Marguerite. HEX triplet: 68, 5D and B8. RGB value is (104,93,184). Sum of RGB (Red+Green+Blue) = 104+93+184=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #685DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB8 is #97A247. Grayscale: #6A6A6A. Windows color (decimal): -9937480 or 12082536. OLE color: 12082536.
HSL color Cylindrical-coordinate representation of color #685DB8: hue angle of 247.25º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685DB8 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 93 | 184 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.28 |
| HSL | 247.25º | 0.39% | 0.54% | - |
| HSV(B) | 247.25º | 0.49% | 0.72% | - |
| XYZ | 18.28 | 14.23 | 47.13 | - |
| YUV | 106.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 184 | 0.43 | 0.49 | 0 | 0.28 | 247.25 | 0.39 | 0.54 |
| Hex | 68 | 5D | B8 | 2B | 31 | 0 | 1C | F7 | 27 | 36 |
| Octal | 150 | 135 | 270 | 53 | 61 | 0 | 34 | 367 | 47 | 66 |
| Binary | 1101000 | 1011101 | 10111000 | 101011 | 110001 | 0 | 11100 | 11110111 | 100111 | 110110 |
Color Harmonies of #685DB8
Complementary color
Monochromatic Colors of #685DB8
Black with #685DB8
Text Example
Text Example
White with #685DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DB8; }
p { color: rgb(104,93,184); }
H1.HeaderClassName
{
color: #685DB8;
}
.AnyTagClassName
{
color: #685DB8;
}
</style>
background-color css
<style>
a { background-color: #685DB8; }
a { background-color: rgb(104,93,184); }
div.DivClassName
{
background-color: #685DB8;
}
.BgClassName
{
background-color: #685DB8;
}
</style>
border-color css
<style>
span { border-color: #685DB8; }
span { border-color: rgb(104,93,184); }
td.TdClassName
{
border-color: #685DB8;
}
.TagClassName
{
border-color: #685DB8;
}
</style>