Shades of Blue Marguerite #685FBA
Tints of Blue Marguerite #685FBA
RGB
CMYK
RGB Variations
Color information
#685FBA (or 0x685FBA) is known color: Blue Marguerite. HEX triplet: 68, 5F and BA. RGB value is (104,95,186). Sum of RGB (Red+Green+Blue) = 104+95+186=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #685FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FBA is #97A045. Grayscale: #6B6B6B. Windows color (decimal): -9936966 or 12214120. OLE color: 12214120.
HSL color Cylindrical-coordinate representation of color #685FBA: hue angle of 245.93º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685FBA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 95 | 186 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.27 |
| HSL | 245.93º | 0.4% | 0.55% | - |
| HSV(B) | 245.93º | 0.49% | 0.73% | - |
| XYZ | 18.66 | 14.67 | 48.3 | - |
| YUV | 108.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 186 | 0.44 | 0.49 | 0 | 0.27 | 245.93 | 0.4 | 0.55 |
| Hex | 68 | 5F | BA | 2C | 31 | 0 | 1B | F6 | 28 | 37 |
| Octal | 150 | 137 | 272 | 54 | 61 | 0 | 33 | 366 | 50 | 67 |
| Binary | 1101000 | 1011111 | 10111010 | 101100 | 110001 | 0 | 11011 | 11110110 | 101000 | 110111 |
Color Harmonies of #685FBA
Complementary color
Monochromatic Colors of #685FBA
Black with #685FBA
Text Example
Text Example
White with #685FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FBA; }
p { color: rgb(104,95,186); }
H1.HeaderClassName
{
color: #685FBA;
}
.AnyTagClassName
{
color: #685FBA;
}
</style>
background-color css
<style>
a { background-color: #685FBA; }
a { background-color: rgb(104,95,186); }
div.DivClassName
{
background-color: #685FBA;
}
.BgClassName
{
background-color: #685FBA;
}
</style>
border-color css
<style>
span { border-color: #685FBA; }
span { border-color: rgb(104,95,186); }
td.TdClassName
{
border-color: #685FBA;
}
.TagClassName
{
border-color: #685FBA;
}
</style>