Shades of Blue Marguerite #685CBD
Tints of Blue Marguerite #685CBD
RGB
CMYK
RGB Variations
Color information
#685CBD (or 0x685CBD) is known color: Blue Marguerite. HEX triplet: 68, 5C and BD. RGB value is (104,92,189). Sum of RGB (Red+Green+Blue) = 104+92+189=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #685CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBD is #97A342. Grayscale: #6A6A6A. Windows color (decimal): -9937731 or 12409960. OLE color: 12409960.
HSL color Cylindrical-coordinate representation of color #685CBD: hue angle of 247.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685CBD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 92 | 189 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.26 |
| HSL | 247.42º | 0.42% | 0.55% | - |
| HSV(B) | 247.42º | 0.51% | 0.74% | - |
| XYZ | 18.72 | 14.27 | 49.91 | - |
| YUV | 106.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 189 | 0.45 | 0.51 | 0 | 0.26 | 247.42 | 0.42 | 0.55 |
| Hex | 68 | 5C | BD | 2D | 33 | 0 | 1A | F7 | 2A | 37 |
| Octal | 150 | 134 | 275 | 55 | 63 | 0 | 32 | 367 | 52 | 67 |
| Binary | 1101000 | 1011100 | 10111101 | 101101 | 110011 | 0 | 11010 | 11110111 | 101010 | 110111 |
Color Harmonies of #685CBD
Complementary color
Monochromatic Colors of #685CBD
Black with #685CBD
Text Example
Text Example
White with #685CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CBD; }
p { color: rgb(104,92,189); }
H1.HeaderClassName
{
color: #685CBD;
}
.AnyTagClassName
{
color: #685CBD;
}
</style>
background-color css
<style>
a { background-color: #685CBD; }
a { background-color: rgb(104,92,189); }
div.DivClassName
{
background-color: #685CBD;
}
.BgClassName
{
background-color: #685CBD;
}
</style>
border-color css
<style>
span { border-color: #685CBD; }
span { border-color: rgb(104,92,189); }
td.TdClassName
{
border-color: #685CBD;
}
.TagClassName
{
border-color: #685CBD;
}
</style>