Shades of Blue Marguerite #685CBC
Tints of Blue Marguerite #685CBC
RGB
CMYK
RGB Variations
Color information
#685CBC (or 0x685CBC) is known color: Blue Marguerite. HEX triplet: 68, 5C and BC. RGB value is (104,92,188). Sum of RGB (Red+Green+Blue) = 104+92+188=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #685CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBC is #97A343. Grayscale: #6A6A6A. Windows color (decimal): -9937732 or 12344424. OLE color: 12344424.
HSL color Cylindrical-coordinate representation of color #685CBC: hue angle of 247.5º 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 #685CBC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 92 | 188 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.26 |
| HSL | 247.5º | 0.42% | 0.55% | - |
| HSV(B) | 247.5º | 0.51% | 0.74% | - |
| XYZ | 18.61 | 14.23 | 49.34 | - |
| YUV | 106.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 188 | 0.45 | 0.51 | 0 | 0.26 | 247.5 | 0.42 | 0.55 |
| Hex | 68 | 5C | BC | 2D | 33 | 0 | 1A | F8 | 2A | 37 |
| Octal | 150 | 134 | 274 | 55 | 63 | 0 | 32 | 370 | 52 | 67 |
| Binary | 1101000 | 1011100 | 10111100 | 101101 | 110011 | 0 | 11010 | 11111000 | 101010 | 110111 |
Color Harmonies of #685CBC
Complementary color
Monochromatic Colors of #685CBC
Black with #685CBC
Text Example
Text Example
White with #685CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CBC; }
p { color: rgb(104,92,188); }
H1.HeaderClassName
{
color: #685CBC;
}
.AnyTagClassName
{
color: #685CBC;
}
</style>
background-color css
<style>
a { background-color: #685CBC; }
a { background-color: rgb(104,92,188); }
div.DivClassName
{
background-color: #685CBC;
}
.BgClassName
{
background-color: #685CBC;
}
</style>
border-color css
<style>
span { border-color: #685CBC; }
span { border-color: rgb(104,92,188); }
td.TdClassName
{
border-color: #685CBC;
}
.TagClassName
{
border-color: #685CBC;
}
</style>