Shades of Blue Marguerite #6851AC
Tints of Blue Marguerite #6851AC
RGB
CMYK
RGB Variations
Color information
#6851AC (or 0x6851AC) is known color: Blue Marguerite. HEX triplet: 68, 51 and AC. RGB value is (104,81,172). Sum of RGB (Red+Green+Blue) = 104+81+172=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6851AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6851AC is #97AE53. Grayscale: #616161. Windows color (decimal): -9940564 or 11293032. OLE color: 11293032.
HSL color Cylindrical-coordinate representation of color #6851AC: hue angle of 255.16º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6851AC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 81 | 172 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.33 |
| HSL | 255.16º | 0.36% | 0.5% | - |
| HSV(B) | 255.16º | 0.53% | 0.67% | - |
| XYZ | 16.1 | 11.81 | 40.46 | - |
| YUV | 98.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 172 | 0.40 | 0.53 | 0 | 0.33 | 255.16 | 0.36 | 0.5 |
| Hex | 68 | 51 | AC | 28 | 35 | 0 | 21 | FF | 24 | 32 |
| Octal | 150 | 121 | 254 | 50 | 65 | 0 | 41 | 377 | 44 | 62 |
| Binary | 1101000 | 1010001 | 10101100 | 101000 | 110101 | 0 | 100001 | 11111111 | 100100 | 110010 |
Color Harmonies of #6851AC
Complementary color
Monochromatic Colors of #6851AC
Black with #6851AC
Text Example
Text Example
White with #6851AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851AC; }
p { color: rgb(104,81,172); }
H1.HeaderClassName
{
color: #6851AC;
}
.AnyTagClassName
{
color: #6851AC;
}
</style>
background-color css
<style>
a { background-color: #6851AC; }
a { background-color: rgb(104,81,172); }
div.DivClassName
{
background-color: #6851AC;
}
.BgClassName
{
background-color: #6851AC;
}
</style>
border-color css
<style>
span { border-color: #6851AC; }
span { border-color: rgb(104,81,172); }
td.TdClassName
{
border-color: #6851AC;
}
.TagClassName
{
border-color: #6851AC;
}
</style>