Shades of Blue Marguerite #684DAE
Tints of Blue Marguerite #684DAE
RGB
CMYK
RGB Variations
Color information
#684DAE (or 0x684DAE) is known color: Blue Marguerite. HEX triplet: 68, 4D and AE. RGB value is (104,77,174). Sum of RGB (Red+Green+Blue) = 104+77+174=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #684DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684DAE is #97B251. Grayscale: #5F5F5F. Windows color (decimal): -9941586 or 11423080. OLE color: 11423080.
HSL color Cylindrical-coordinate representation of color #684DAE: hue angle of 256.7º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684DAE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 77 | 174 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.32 |
| HSL | 256.7º | 0.39% | 0.49% | - |
| HSV(B) | 256.7º | 0.56% | 0.68% | - |
| XYZ | 16 | 11.31 | 41.38 | - |
| YUV | 96.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 174 | 0.40 | 0.56 | 0 | 0.32 | 256.7 | 0.39 | 0.49 |
| Hex | 68 | 4D | AE | 28 | 38 | 0 | 20 | 101 | 27 | 31 |
| Octal | 150 | 115 | 256 | 50 | 70 | 0 | 40 | 401 | 47 | 61 |
| Binary | 1101000 | 1001101 | 10101110 | 101000 | 111000 | 0 | 100000 | 100000001 | 100111 | 110001 |
Color Harmonies of #684DAE
Complementary color
Monochromatic Colors of #684DAE
Black with #684DAE
Text Example
Text Example
White with #684DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DAE; }
p { color: rgb(104,77,174); }
H1.HeaderClassName
{
color: #684DAE;
}
.AnyTagClassName
{
color: #684DAE;
}
</style>
background-color css
<style>
a { background-color: #684DAE; }
a { background-color: rgb(104,77,174); }
div.DivClassName
{
background-color: #684DAE;
}
.BgClassName
{
background-color: #684DAE;
}
</style>
border-color css
<style>
span { border-color: #684DAE; }
span { border-color: rgb(104,77,174); }
td.TdClassName
{
border-color: #684DAE;
}
.TagClassName
{
border-color: #684DAE;
}
</style>