Shades of Blue Marguerite #6856B3
Tints of Blue Marguerite #6856B3
RGB
CMYK
RGB Variations
Color information
#6856B3 (or 0x6856B3) is known color: Blue Marguerite. HEX triplet: 68, 56 and B3. RGB value is (104,86,179). Sum of RGB (Red+Green+Blue) = 104+86+179=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #6856B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856B3 is #97A94C. Grayscale: #656565. Windows color (decimal): -9939277 or 11753064. OLE color: 11753064.
HSL color Cylindrical-coordinate representation of color #6856B3: hue angle of 251.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6856B3 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 86 | 179 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.30 |
| HSL | 251.61º | 0.38% | 0.52% | - |
| HSV(B) | 251.61º | 0.52% | 0.7% | - |
| XYZ | 17.17 | 12.85 | 44.22 | - |
| YUV | 101.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 179 | 0.42 | 0.52 | 0 | 0.30 | 251.61 | 0.38 | 0.52 |
| Hex | 68 | 56 | B3 | 2A | 34 | 0 | 1E | FC | 26 | 34 |
| Octal | 150 | 126 | 263 | 52 | 64 | 0 | 36 | 374 | 46 | 64 |
| Binary | 1101000 | 1010110 | 10110011 | 101010 | 110100 | 0 | 11110 | 11111100 | 100110 | 110100 |
Color Harmonies of #6856B3
Complementary color
Monochromatic Colors of #6856B3
Black with #6856B3
Text Example
Text Example
White with #6856B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856B3; }
p { color: rgb(104,86,179); }
H1.HeaderClassName
{
color: #6856B3;
}
.AnyTagClassName
{
color: #6856B3;
}
</style>
background-color css
<style>
a { background-color: #6856B3; }
a { background-color: rgb(104,86,179); }
div.DivClassName
{
background-color: #6856B3;
}
.BgClassName
{
background-color: #6856B3;
}
</style>
border-color css
<style>
span { border-color: #6856B3; }
span { border-color: rgb(104,86,179); }
td.TdClassName
{
border-color: #6856B3;
}
.TagClassName
{
border-color: #6856B3;
}
</style>