Shades of Blue Marguerite #6860B5
Tints of Blue Marguerite #6860B5
RGB
CMYK
RGB Variations
Color information
#6860B5 (or 0x6860B5) is known color: Blue Marguerite. HEX triplet: 68, 60 and B5. RGB value is (104,96,181). Sum of RGB (Red+Green+Blue) = 104+96+181=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #6860B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860B5 is #979F4A. Grayscale: #6B6B6B. Windows color (decimal): -9936715 or 11886696. OLE color: 11886696.
HSL color Cylindrical-coordinate representation of color #6860B5: hue angle of 245.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6860B5 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 96 | 181 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.29 |
| HSL | 245.65º | 0.36% | 0.54% | - |
| HSV(B) | 245.65º | 0.47% | 0.71% | - |
| XYZ | 18.23 | 14.65 | 45.58 | - |
| YUV | 108.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 181 | 0.43 | 0.47 | 0 | 0.29 | 245.65 | 0.36 | 0.54 |
| Hex | 68 | 60 | B5 | 2B | 2F | 0 | 1D | F6 | 24 | 36 |
| Octal | 150 | 140 | 265 | 53 | 57 | 0 | 35 | 366 | 44 | 66 |
| Binary | 1101000 | 1100000 | 10110101 | 101011 | 101111 | 0 | 11101 | 11110110 | 100100 | 110110 |
Color Harmonies of #6860B5
Complementary color
Monochromatic Colors of #6860B5
Black with #6860B5
Text Example
Text Example
White with #6860B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860B5; }
p { color: rgb(104,96,181); }
H1.HeaderClassName
{
color: #6860B5;
}
.AnyTagClassName
{
color: #6860B5;
}
</style>
background-color css
<style>
a { background-color: #6860B5; }
a { background-color: rgb(104,96,181); }
div.DivClassName
{
background-color: #6860B5;
}
.BgClassName
{
background-color: #6860B5;
}
</style>
border-color css
<style>
span { border-color: #6860B5; }
span { border-color: rgb(104,96,181); }
td.TdClassName
{
border-color: #6860B5;
}
.TagClassName
{
border-color: #6860B5;
}
</style>