Shades of Blue Marguerite #6850B0
Tints of Blue Marguerite #6850B0
RGB
CMYK
RGB Variations
Color information
#6850B0 (or 0x6850B0) is known color: Blue Marguerite. HEX triplet: 68, 50 and B0. RGB value is (104,80,176). Sum of RGB (Red+Green+Blue) = 104+80+176=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #6850B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850B0 is #97AF4F. Grayscale: #616161. Windows color (decimal): -9940816 or 11554920. OLE color: 11554920.
HSL color Cylindrical-coordinate representation of color #6850B0: hue angle of 255º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6850B0 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 80 | 176 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.31 |
| HSL | 255º | 0.38% | 0.5% | - |
| HSV(B) | 255º | 0.55% | 0.69% | - |
| XYZ | 16.41 | 11.81 | 42.49 | - |
| YUV | 98.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 176 | 0.41 | 0.55 | 0 | 0.31 | 255 | 0.38 | 0.5 |
| Hex | 68 | 50 | B0 | 29 | 37 | 0 | 1F | FF | 26 | 32 |
| Octal | 150 | 120 | 260 | 51 | 67 | 0 | 37 | 377 | 46 | 62 |
| Binary | 1101000 | 1010000 | 10110000 | 101001 | 110111 | 0 | 11111 | 11111111 | 100110 | 110010 |
Color Harmonies of #6850B0
Complementary color
Monochromatic Colors of #6850B0
Black with #6850B0
Text Example
Text Example
White with #6850B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850B0; }
p { color: rgb(104,80,176); }
H1.HeaderClassName
{
color: #6850B0;
}
.AnyTagClassName
{
color: #6850B0;
}
</style>
background-color css
<style>
a { background-color: #6850B0; }
a { background-color: rgb(104,80,176); }
div.DivClassName
{
background-color: #6850B0;
}
.BgClassName
{
background-color: #6850B0;
}
</style>
border-color css
<style>
span { border-color: #6850B0; }
span { border-color: rgb(104,80,176); }
td.TdClassName
{
border-color: #6850B0;
}
.TagClassName
{
border-color: #6850B0;
}
</style>