Shades of Blue Marguerite #6850A9
Tints of Blue Marguerite #6850A9
RGB
CMYK
RGB Variations
Color information
#6850A9 (or 0x6850A9) is known color: Blue Marguerite. HEX triplet: 68, 50 and A9. RGB value is (104,80,169). Sum of RGB (Red+Green+Blue) = 104+80+169=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #6850A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850A9 is #97AF56. Grayscale: #606060. Windows color (decimal): -9940823 or 11096168. OLE color: 11096168.
HSL color Cylindrical-coordinate representation of color #6850A9: hue angle of 256.18º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6850A9 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 80 | 169 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.34 |
| HSL | 256.18º | 0.36% | 0.49% | - |
| HSV(B) | 256.18º | 0.53% | 0.66% | - |
| XYZ | 15.74 | 11.54 | 38.93 | - |
| YUV | 97.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 169 | 0.38 | 0.53 | 0 | 0.34 | 256.18 | 0.36 | 0.49 |
| Hex | 68 | 50 | A9 | 26 | 35 | 0 | 22 | 100 | 24 | 31 |
| Octal | 150 | 120 | 251 | 46 | 65 | 0 | 42 | 400 | 44 | 61 |
| Binary | 1101000 | 1010000 | 10101001 | 100110 | 110101 | 0 | 100010 | 100000000 | 100100 | 110001 |
Color Harmonies of #6850A9
Complementary color
Monochromatic Colors of #6850A9
Black with #6850A9
Text Example
Text Example
White with #6850A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850A9; }
p { color: rgb(104,80,169); }
H1.HeaderClassName
{
color: #6850A9;
}
.AnyTagClassName
{
color: #6850A9;
}
</style>
background-color css
<style>
a { background-color: #6850A9; }
a { background-color: rgb(104,80,169); }
div.DivClassName
{
background-color: #6850A9;
}
.BgClassName
{
background-color: #6850A9;
}
</style>
border-color css
<style>
span { border-color: #6850A9; }
span { border-color: rgb(104,80,169); }
td.TdClassName
{
border-color: #6850A9;
}
.TagClassName
{
border-color: #6850A9;
}
</style>