Shades of Blue Marguerite #684FBA
Tints of Blue Marguerite #684FBA
RGB
CMYK
RGB Variations
Color information
#684FBA (or 0x684FBA) is known color: Blue Marguerite. HEX triplet: 68, 4F and BA. RGB value is (104,79,186). Sum of RGB (Red+Green+Blue) = 104+79+186=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #684FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FBA is #97B045. Grayscale: #626262. Windows color (decimal): -9941062 or 12210024. OLE color: 12210024.
HSL color Cylindrical-coordinate representation of color #684FBA: hue angle of 254.02º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #684FBA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 79 | 186 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.27 |
| HSL | 254.02º | 0.44% | 0.52% | - |
| HSV(B) | 254.02º | 0.58% | 0.73% | - |
| XYZ | 17.37 | 12.08 | 47.87 | - |
| YUV | 98.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 186 | 0.44 | 0.58 | 0 | 0.27 | 254.02 | 0.44 | 0.52 |
| Hex | 68 | 4F | BA | 2C | 3A | 0 | 1B | FE | 2C | 34 |
| Octal | 150 | 117 | 272 | 54 | 72 | 0 | 33 | 376 | 54 | 64 |
| Binary | 1101000 | 1001111 | 10111010 | 101100 | 111010 | 0 | 11011 | 11111110 | 101100 | 110100 |
Color Harmonies of #684FBA
Complementary color
Monochromatic Colors of #684FBA
Black with #684FBA
Text Example
Text Example
White with #684FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684FBA; }
p { color: rgb(104,79,186); }
H1.HeaderClassName
{
color: #684FBA;
}
.AnyTagClassName
{
color: #684FBA;
}
</style>
background-color css
<style>
a { background-color: #684FBA; }
a { background-color: rgb(104,79,186); }
div.DivClassName
{
background-color: #684FBA;
}
.BgClassName
{
background-color: #684FBA;
}
</style>
border-color css
<style>
span { border-color: #684FBA; }
span { border-color: rgb(104,79,186); }
td.TdClassName
{
border-color: #684FBA;
}
.TagClassName
{
border-color: #684FBA;
}
</style>