Shades of Blue Marguerite #6848BC
Tints of Blue Marguerite #6848BC
RGB
CMYK
RGB Variations
Color information
#6848BC (or 0x6848BC) is known color: Blue Marguerite. HEX triplet: 68, 48 and BC. RGB value is (104,72,188). Sum of RGB (Red+Green+Blue) = 104+72+188=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #6848BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6848BC is #97B743. Grayscale: #5E5E5E. Windows color (decimal): -9942852 or 12339304. OLE color: 12339304.
HSL color Cylindrical-coordinate representation of color #6848BC: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6848BC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 72 | 188 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.26 |
| HSL | 256.55º | 0.46% | 0.51% | - |
| HSV(B) | 256.55º | 0.62% | 0.74% | - |
| XYZ | 17.1 | 11.21 | 48.84 | - |
| YUV | 94.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 188 | 0.45 | 0.62 | 0 | 0.26 | 256.55 | 0.46 | 0.51 |
| Hex | 68 | 48 | BC | 2D | 3E | 0 | 1A | 101 | 2E | 33 |
| Octal | 150 | 110 | 274 | 55 | 76 | 0 | 32 | 401 | 56 | 63 |
| Binary | 1101000 | 1001000 | 10111100 | 101101 | 111110 | 0 | 11010 | 100000001 | 101110 | 110011 |
Color Harmonies of #6848BC
Complementary color
Monochromatic Colors of #6848BC
Black with #6848BC
Text Example
Text Example
White with #6848BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6848BC; }
p { color: rgb(104,72,188); }
H1.HeaderClassName
{
color: #6848BC;
}
.AnyTagClassName
{
color: #6848BC;
}
</style>
background-color css
<style>
a { background-color: #6848BC; }
a { background-color: rgb(104,72,188); }
div.DivClassName
{
background-color: #6848BC;
}
.BgClassName
{
background-color: #6848BC;
}
</style>
border-color css
<style>
span { border-color: #6848BC; }
span { border-color: rgb(104,72,188); }
td.TdClassName
{
border-color: #6848BC;
}
.TagClassName
{
border-color: #6848BC;
}
</style>