Shades of Blue Marguerite #6850A5
Tints of Blue Marguerite #6850A5
RGB
CMYK
RGB Variations
Color information
#6850A5 (or 0x6850A5) is known color: Blue Marguerite. HEX triplet: 68, 50 and A5. RGB value is (104,80,165). Sum of RGB (Red+Green+Blue) = 104+80+165=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #6850A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850A5 is #97AF5A. Grayscale: #606060. Windows color (decimal): -9940827 or 10834024. OLE color: 10834024.
HSL color Cylindrical-coordinate representation of color #6850A5: hue angle of 256.94º 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 #6850A5 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 80 | 165 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.35 |
| HSL | 256.94º | 0.35% | 0.48% | - |
| HSV(B) | 256.94º | 0.52% | 0.65% | - |
| XYZ | 15.37 | 11.4 | 36.99 | - |
| YUV | 96.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 165 | 0.37 | 0.52 | 0 | 0.35 | 256.94 | 0.35 | 0.48 |
| Hex | 68 | 50 | A5 | 25 | 34 | 0 | 23 | 101 | 23 | 30 |
| Octal | 150 | 120 | 245 | 45 | 64 | 0 | 43 | 401 | 43 | 60 |
| Binary | 1101000 | 1010000 | 10100101 | 100101 | 110100 | 0 | 100011 | 100000001 | 100011 | 110000 |
Color Harmonies of #6850A5
Complementary color
Monochromatic Colors of #6850A5
Black with #6850A5
Text Example
Text Example
White with #6850A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850A5; }
p { color: rgb(104,80,165); }
H1.HeaderClassName
{
color: #6850A5;
}
.AnyTagClassName
{
color: #6850A5;
}
</style>
background-color css
<style>
a { background-color: #6850A5; }
a { background-color: rgb(104,80,165); }
div.DivClassName
{
background-color: #6850A5;
}
.BgClassName
{
background-color: #6850A5;
}
</style>
border-color css
<style>
span { border-color: #6850A5; }
span { border-color: rgb(104,80,165); }
td.TdClassName
{
border-color: #6850A5;
}
.TagClassName
{
border-color: #6850A5;
}
</style>