Shades of Blue Marguerite #6848BA
Tints of Blue Marguerite #6848BA
RGB
CMYK
RGB Variations
Color information
#6848BA (or 0x6848BA) is known color: Blue Marguerite. HEX triplet: 68, 48 and BA. RGB value is (104,72,186). Sum of RGB (Red+Green+Blue) = 104+72+186=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #6848BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6848BA is #97B745. Grayscale: #5E5E5E. Windows color (decimal): -9942854 or 12208232. OLE color: 12208232.
HSL color Cylindrical-coordinate representation of color #6848BA: hue angle of 256.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6848BA is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 72 | 186 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.27 |
| HSL | 256.84º | 0.45% | 0.51% | - |
| HSV(B) | 256.84º | 0.61% | 0.73% | - |
| XYZ | 16.89 | 11.12 | 47.71 | - |
| YUV | 94.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 186 | 0.44 | 0.61 | 0 | 0.27 | 256.84 | 0.45 | 0.51 |
| Hex | 68 | 48 | BA | 2C | 3D | 0 | 1B | 101 | 2D | 33 |
| Octal | 150 | 110 | 272 | 54 | 75 | 0 | 33 | 401 | 55 | 63 |
| Binary | 1101000 | 1001000 | 10111010 | 101100 | 111101 | 0 | 11011 | 100000001 | 101101 | 110011 |
Color Harmonies of #6848BA
Complementary color
Monochromatic Colors of #6848BA
Black with #6848BA
Text Example
Text Example
White with #6848BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6848BA; }
p { color: rgb(104,72,186); }
H1.HeaderClassName
{
color: #6848BA;
}
.AnyTagClassName
{
color: #6848BA;
}
</style>
background-color css
<style>
a { background-color: #6848BA; }
a { background-color: rgb(104,72,186); }
div.DivClassName
{
background-color: #6848BA;
}
.BgClassName
{
background-color: #6848BA;
}
</style>
border-color css
<style>
span { border-color: #6848BA; }
span { border-color: rgb(104,72,186); }
td.TdClassName
{
border-color: #6848BA;
}
.TagClassName
{
border-color: #6848BA;
}
</style>