Shades of Blue Marguerite #6851AB
Tints of Blue Marguerite #6851AB
RGB
CMYK
RGB Variations
Color information
#6851AB (or 0x6851AB) is known color: Blue Marguerite. HEX triplet: 68, 51 and AB. RGB value is (104,81,171). Sum of RGB (Red+Green+Blue) = 104+81+171=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6851AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6851AB is #97AE54. Grayscale: #616161. Windows color (decimal): -9940565 or 11227496. OLE color: 11227496.
HSL color Cylindrical-coordinate representation of color #6851AB: hue angle of 255.33º 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 #6851AB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 81 | 171 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.33 |
| HSL | 255.33º | 0.36% | 0.49% | - |
| HSV(B) | 255.33º | 0.53% | 0.67% | - |
| XYZ | 16 | 11.77 | 39.96 | - |
| YUV | 98.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 171 | 0.39 | 0.53 | 0 | 0.33 | 255.33 | 0.36 | 0.49 |
| Hex | 68 | 51 | AB | 27 | 35 | 0 | 21 | FF | 24 | 31 |
| Octal | 150 | 121 | 253 | 47 | 65 | 0 | 41 | 377 | 44 | 61 |
| Binary | 1101000 | 1010001 | 10101011 | 100111 | 110101 | 0 | 100001 | 11111111 | 100100 | 110001 |
Color Harmonies of #6851AB
Complementary color
Monochromatic Colors of #6851AB
Black with #6851AB
Text Example
Text Example
White with #6851AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851AB; }
p { color: rgb(104,81,171); }
H1.HeaderClassName
{
color: #6851AB;
}
.AnyTagClassName
{
color: #6851AB;
}
</style>
background-color css
<style>
a { background-color: #6851AB; }
a { background-color: rgb(104,81,171); }
div.DivClassName
{
background-color: #6851AB;
}
.BgClassName
{
background-color: #6851AB;
}
</style>
border-color css
<style>
span { border-color: #6851AB; }
span { border-color: rgb(104,81,171); }
td.TdClassName
{
border-color: #6851AB;
}
.TagClassName
{
border-color: #6851AB;
}
</style>