Shades of Blue Marguerite #6860BC
Tints of Blue Marguerite #6860BC
RGB
CMYK
RGB Variations
Color information
#6860BC (or 0x6860BC) is known color: Blue Marguerite. HEX triplet: 68, 60 and BC. RGB value is (104,96,188). Sum of RGB (Red+Green+Blue) = 104+96+188=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #6860BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860BC is #979F43. Grayscale: #6C6C6C. Windows color (decimal): -9936708 or 12345448. OLE color: 12345448.
HSL color Cylindrical-coordinate representation of color #6860BC: hue angle of 245.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6860BC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 96 | 188 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.26 |
| HSL | 245.22º | 0.41% | 0.56% | - |
| HSV(B) | 245.22º | 0.49% | 0.74% | - |
| XYZ | 18.97 | 14.94 | 49.46 | - |
| YUV | 108.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 188 | 0.45 | 0.49 | 0 | 0.26 | 245.22 | 0.41 | 0.56 |
| Hex | 68 | 60 | BC | 2D | 31 | 0 | 1A | F5 | 29 | 38 |
| Octal | 150 | 140 | 274 | 55 | 61 | 0 | 32 | 365 | 51 | 70 |
| Binary | 1101000 | 1100000 | 10111100 | 101101 | 110001 | 0 | 11010 | 11110101 | 101001 | 111000 |
Color Harmonies of #6860BC
Complementary color
Monochromatic Colors of #6860BC
Black with #6860BC
Text Example
Text Example
White with #6860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860BC; }
p { color: rgb(104,96,188); }
H1.HeaderClassName
{
color: #6860BC;
}
.AnyTagClassName
{
color: #6860BC;
}
</style>
background-color css
<style>
a { background-color: #6860BC; }
a { background-color: rgb(104,96,188); }
div.DivClassName
{
background-color: #6860BC;
}
.BgClassName
{
background-color: #6860BC;
}
</style>
border-color css
<style>
span { border-color: #6860BC; }
span { border-color: rgb(104,96,188); }
td.TdClassName
{
border-color: #6860BC;
}
.TagClassName
{
border-color: #6860BC;
}
</style>