Shades of Blue Marguerite #6860B1
Tints of Blue Marguerite #6860B1
RGB
CMYK
RGB Variations
Color information
#6860B1 (or 0x6860B1) is known color: Blue Marguerite. HEX triplet: 68, 60 and B1. RGB value is (104,96,177). Sum of RGB (Red+Green+Blue) = 104+96+177=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #6860B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860B1 is #979F4E. Grayscale: #6B6B6B. Windows color (decimal): -9936719 or 11624552. OLE color: 11624552.
HSL color Cylindrical-coordinate representation of color #6860B1: hue angle of 245.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6860B1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 96 | 177 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.31 |
| HSL | 245.93º | 0.34% | 0.54% | - |
| HSV(B) | 245.93º | 0.46% | 0.69% | - |
| XYZ | 17.83 | 14.48 | 43.45 | - |
| YUV | 107.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 177 | 0.41 | 0.46 | 0 | 0.31 | 245.93 | 0.34 | 0.54 |
| Hex | 68 | 60 | B1 | 29 | 2E | 0 | 1F | F6 | 22 | 36 |
| Octal | 150 | 140 | 261 | 51 | 56 | 0 | 37 | 366 | 42 | 66 |
| Binary | 1101000 | 1100000 | 10110001 | 101001 | 101110 | 0 | 11111 | 11110110 | 100010 | 110110 |
Color Harmonies of #6860B1
Complementary color
Monochromatic Colors of #6860B1
Black with #6860B1
Text Example
Text Example
White with #6860B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860B1; }
p { color: rgb(104,96,177); }
H1.HeaderClassName
{
color: #6860B1;
}
.AnyTagClassName
{
color: #6860B1;
}
</style>
background-color css
<style>
a { background-color: #6860B1; }
a { background-color: rgb(104,96,177); }
div.DivClassName
{
background-color: #6860B1;
}
.BgClassName
{
background-color: #6860B1;
}
</style>
border-color css
<style>
span { border-color: #6860B1; }
span { border-color: rgb(104,96,177); }
td.TdClassName
{
border-color: #6860B1;
}
.TagClassName
{
border-color: #6860B1;
}
</style>