Shades of Blue Marguerite #6850AB
Tints of Blue Marguerite #6850AB
RGB
CMYK
RGB Variations
Color information
#6850AB (or 0x6850AB) is known color: Blue Marguerite. HEX triplet: 68, 50 and AB. RGB value is (104,80,171). Sum of RGB (Red+Green+Blue) = 104+80+171=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6850AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850AB is #97AF54. Grayscale: #616161. Windows color (decimal): -9940821 or 11227240. OLE color: 11227240.
HSL color Cylindrical-coordinate representation of color #6850AB: hue angle of 255.82º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6850AB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 80 | 171 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.33 |
| HSL | 255.82º | 0.36% | 0.49% | - |
| HSV(B) | 255.82º | 0.53% | 0.67% | - |
| XYZ | 15.93 | 11.62 | 39.93 | - |
| YUV | 97.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 171 | 0.39 | 0.53 | 0 | 0.33 | 255.82 | 0.36 | 0.49 |
| Hex | 68 | 50 | AB | 27 | 35 | 0 | 21 | 100 | 24 | 31 |
| Octal | 150 | 120 | 253 | 47 | 65 | 0 | 41 | 400 | 44 | 61 |
| Binary | 1101000 | 1010000 | 10101011 | 100111 | 110101 | 0 | 100001 | 100000000 | 100100 | 110001 |
Color Harmonies of #6850AB
Complementary color
Monochromatic Colors of #6850AB
Black with #6850AB
Text Example
Text Example
White with #6850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850AB; }
p { color: rgb(104,80,171); }
H1.HeaderClassName
{
color: #6850AB;
}
.AnyTagClassName
{
color: #6850AB;
}
</style>
background-color css
<style>
a { background-color: #6850AB; }
a { background-color: rgb(104,80,171); }
div.DivClassName
{
background-color: #6850AB;
}
.BgClassName
{
background-color: #6850AB;
}
</style>
border-color css
<style>
span { border-color: #6850AB; }
span { border-color: rgb(104,80,171); }
td.TdClassName
{
border-color: #6850AB;
}
.TagClassName
{
border-color: #6850AB;
}
</style>