Shades of Blue Marguerite #6860BB
Tints of Blue Marguerite #6860BB
RGB
CMYK
RGB Variations
Color information
#6860BB (or 0x6860BB) is known color: Blue Marguerite. HEX triplet: 68, 60 and BB. RGB value is (104,96,187). Sum of RGB (Red+Green+Blue) = 104+96+187=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #6860BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860BB is #979F44. Grayscale: #6C6C6C. Windows color (decimal): -9936709 or 12279912. OLE color: 12279912.
HSL color Cylindrical-coordinate representation of color #6860BB: hue angle of 245.27º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6860BB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 96 | 187 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.27 |
| HSL | 245.27º | 0.4% | 0.55% | - |
| HSV(B) | 245.27º | 0.49% | 0.73% | - |
| XYZ | 18.86 | 14.9 | 48.89 | - |
| YUV | 108.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 187 | 0.44 | 0.49 | 0 | 0.27 | 245.27 | 0.4 | 0.55 |
| Hex | 68 | 60 | BB | 2C | 31 | 0 | 1B | F5 | 28 | 37 |
| Octal | 150 | 140 | 273 | 54 | 61 | 0 | 33 | 365 | 50 | 67 |
| Binary | 1101000 | 1100000 | 10111011 | 101100 | 110001 | 0 | 11011 | 11110101 | 101000 | 110111 |
Color Harmonies of #6860BB
Complementary color
Monochromatic Colors of #6860BB
Black with #6860BB
Text Example
Text Example
White with #6860BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860BB; }
p { color: rgb(104,96,187); }
H1.HeaderClassName
{
color: #6860BB;
}
.AnyTagClassName
{
color: #6860BB;
}
</style>
background-color css
<style>
a { background-color: #6860BB; }
a { background-color: rgb(104,96,187); }
div.DivClassName
{
background-color: #6860BB;
}
.BgClassName
{
background-color: #6860BB;
}
</style>
border-color css
<style>
span { border-color: #6860BB; }
span { border-color: rgb(104,96,187); }
td.TdClassName
{
border-color: #6860BB;
}
.TagClassName
{
border-color: #6860BB;
}
</style>