Shades of Blue Marguerite #6858B9
Tints of Blue Marguerite #6858B9
RGB
CMYK
RGB Variations
Color information
#6858B9 (or 0x6858B9) is known color: Blue Marguerite. HEX triplet: 68, 58 and B9. RGB value is (104,88,185). Sum of RGB (Red+Green+Blue) = 104+88+185=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #6858B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858B9 is #97A746. Grayscale: #676767. Windows color (decimal): -9938759 or 12146792. OLE color: 12146792.
HSL color Cylindrical-coordinate representation of color #6858B9: hue angle of 249.9º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6858B9 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 88 | 185 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.27 |
| HSL | 249.9º | 0.41% | 0.54% | - |
| HSV(B) | 249.9º | 0.52% | 0.73% | - |
| XYZ | 17.96 | 13.43 | 47.54 | - |
| YUV | 103.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 185 | 0.44 | 0.52 | 0 | 0.27 | 249.9 | 0.41 | 0.54 |
| Hex | 68 | 58 | B9 | 2C | 34 | 0 | 1B | FA | 29 | 36 |
| Octal | 150 | 130 | 271 | 54 | 64 | 0 | 33 | 372 | 51 | 66 |
| Binary | 1101000 | 1011000 | 10111001 | 101100 | 110100 | 0 | 11011 | 11111010 | 101001 | 110110 |
Color Harmonies of #6858B9
Complementary color
Monochromatic Colors of #6858B9
Black with #6858B9
Text Example
Text Example
White with #6858B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6858B9; }
p { color: rgb(104,88,185); }
H1.HeaderClassName
{
color: #6858B9;
}
.AnyTagClassName
{
color: #6858B9;
}
</style>
background-color css
<style>
a { background-color: #6858B9; }
a { background-color: rgb(104,88,185); }
div.DivClassName
{
background-color: #6858B9;
}
.BgClassName
{
background-color: #6858B9;
}
</style>
border-color css
<style>
span { border-color: #6858B9; }
span { border-color: rgb(104,88,185); }
td.TdClassName
{
border-color: #6858B9;
}
.TagClassName
{
border-color: #6858B9;
}
</style>