Shades of Blue Marguerite #6851B1
Tints of Blue Marguerite #6851B1
RGB
CMYK
RGB Variations
Color information
#6851B1 (or 0x6851B1) is known color: Blue Marguerite. HEX triplet: 68, 51 and B1. RGB value is (104,81,177). Sum of RGB (Red+Green+Blue) = 104+81+177=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #6851B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6851B1 is #97AE4E. Grayscale: #626262. Windows color (decimal): -9940559 or 11620712. OLE color: 11620712.
HSL color Cylindrical-coordinate representation of color #6851B1: hue angle of 254.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6851B1 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 81 | 177 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.31 |
| HSL | 254.38º | 0.38% | 0.51% | - |
| HSV(B) | 254.38º | 0.54% | 0.69% | - |
| XYZ | 16.59 | 12 | 43.04 | - |
| YUV | 98.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 177 | 0.41 | 0.54 | 0 | 0.31 | 254.38 | 0.38 | 0.51 |
| Hex | 68 | 51 | B1 | 29 | 36 | 0 | 1F | FE | 26 | 33 |
| Octal | 150 | 121 | 261 | 51 | 66 | 0 | 37 | 376 | 46 | 63 |
| Binary | 1101000 | 1010001 | 10110001 | 101001 | 110110 | 0 | 11111 | 11111110 | 100110 | 110011 |
Color Harmonies of #6851B1
Complementary color
Monochromatic Colors of #6851B1
Black with #6851B1
Text Example
Text Example
White with #6851B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851B1; }
p { color: rgb(104,81,177); }
H1.HeaderClassName
{
color: #6851B1;
}
.AnyTagClassName
{
color: #6851B1;
}
</style>
background-color css
<style>
a { background-color: #6851B1; }
a { background-color: rgb(104,81,177); }
div.DivClassName
{
background-color: #6851B1;
}
.BgClassName
{
background-color: #6851B1;
}
</style>
border-color css
<style>
span { border-color: #6851B1; }
span { border-color: rgb(104,81,177); }
td.TdClassName
{
border-color: #6851B1;
}
.TagClassName
{
border-color: #6851B1;
}
</style>