Shades of Blue Marguerite #684DB4
Tints of Blue Marguerite #684DB4
RGB
CMYK
RGB Variations
Color information
#684DB4 (or 0x684DB4) is known color: Blue Marguerite. HEX triplet: 68, 4D and B4. RGB value is (104,77,180). Sum of RGB (Red+Green+Blue) = 104+77+180=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #684DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DB4 is #97B24B. Grayscale: #606060. Windows color (decimal): -9941580 or 11816296. OLE color: 11816296.
HSL color Cylindrical-coordinate representation of color #684DB4: hue angle of 255.73º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684DB4 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 77 | 180 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.29 |
| HSL | 255.73º | 0.41% | 0.5% | - |
| HSV(B) | 255.73º | 0.57% | 0.71% | - |
| XYZ | 16.6 | 11.55 | 44.53 | - |
| YUV | 96.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 180 | 0.42 | 0.57 | 0 | 0.29 | 255.73 | 0.41 | 0.5 |
| Hex | 68 | 4D | B4 | 2A | 39 | 0 | 1D | 100 | 29 | 32 |
| Octal | 150 | 115 | 264 | 52 | 71 | 0 | 35 | 400 | 51 | 62 |
| Binary | 1101000 | 1001101 | 10110100 | 101010 | 111001 | 0 | 11101 | 100000000 | 101001 | 110010 |
Color Harmonies of #684DB4
Complementary color
Monochromatic Colors of #684DB4
Black with #684DB4
Text Example
Text Example
White with #684DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DB4; }
p { color: rgb(104,77,180); }
H1.HeaderClassName
{
color: #684DB4;
}
.AnyTagClassName
{
color: #684DB4;
}
</style>
background-color css
<style>
a { background-color: #684DB4; }
a { background-color: rgb(104,77,180); }
div.DivClassName
{
background-color: #684DB4;
}
.BgClassName
{
background-color: #684DB4;
}
</style>
border-color css
<style>
span { border-color: #684DB4; }
span { border-color: rgb(104,77,180); }
td.TdClassName
{
border-color: #684DB4;
}
.TagClassName
{
border-color: #684DB4;
}
</style>