Shades of Blue Marguerite #6850A6
Tints of Blue Marguerite #6850A6
RGB
CMYK
RGB Variations
Color information
#6850A6 (or 0x6850A6) is known color: Blue Marguerite. HEX triplet: 68, 50 and A6. RGB value is (104,80,166). Sum of RGB (Red+Green+Blue) = 104+80+166=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #6850A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850A6 is #97AF59. Grayscale: #606060. Windows color (decimal): -9940826 or 10899560. OLE color: 10899560.
HSL color Cylindrical-coordinate representation of color #6850A6: hue angle of 256.74º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6850A6 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 80 | 166 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.35 |
| HSL | 256.74º | 0.35% | 0.48% | - |
| HSV(B) | 256.74º | 0.52% | 0.65% | - |
| XYZ | 15.46 | 11.43 | 37.47 | - |
| YUV | 96.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 166 | 0.37 | 0.52 | 0 | 0.35 | 256.74 | 0.35 | 0.48 |
| Hex | 68 | 50 | A6 | 25 | 34 | 0 | 23 | 101 | 23 | 30 |
| Octal | 150 | 120 | 246 | 45 | 64 | 0 | 43 | 401 | 43 | 60 |
| Binary | 1101000 | 1010000 | 10100110 | 100101 | 110100 | 0 | 100011 | 100000001 | 100011 | 110000 |
Color Harmonies of #6850A6
Complementary color
Monochromatic Colors of #6850A6
Black with #6850A6
Text Example
Text Example
White with #6850A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850A6; }
p { color: rgb(104,80,166); }
H1.HeaderClassName
{
color: #6850A6;
}
.AnyTagClassName
{
color: #6850A6;
}
</style>
background-color css
<style>
a { background-color: #6850A6; }
a { background-color: rgb(104,80,166); }
div.DivClassName
{
background-color: #6850A6;
}
.BgClassName
{
background-color: #6850A6;
}
</style>
border-color css
<style>
span { border-color: #6850A6; }
span { border-color: rgb(104,80,166); }
td.TdClassName
{
border-color: #6850A6;
}
.TagClassName
{
border-color: #6850A6;
}
</style>