Shades of Blue Marguerite #6860BE
Tints of Blue Marguerite #6860BE
RGB
CMYK
RGB Variations
Color information
#6860BE (or 0x6860BE) is known color: Blue Marguerite. HEX triplet: 68, 60 and BE. RGB value is (104,96,190). Sum of RGB (Red+Green+Blue) = 104+96+190=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6860BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860BE is #979F41. Grayscale: #6C6C6C. Windows color (decimal): -9936706 or 12476520. OLE color: 12476520.
HSL color Cylindrical-coordinate representation of color #6860BE: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6860BE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 96 | 190 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.25 |
| HSL | 245.11º | 0.42% | 0.56% | - |
| HSV(B) | 245.11º | 0.49% | 0.75% | - |
| XYZ | 19.19 | 15.03 | 50.6 | - |
| YUV | 109.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 190 | 0.45 | 0.49 | 0 | 0.25 | 245.11 | 0.42 | 0.56 |
| Hex | 68 | 60 | BE | 2D | 31 | 0 | 19 | F5 | 2A | 38 |
| Octal | 150 | 140 | 276 | 55 | 61 | 0 | 31 | 365 | 52 | 70 |
| Binary | 1101000 | 1100000 | 10111110 | 101101 | 110001 | 0 | 11001 | 11110101 | 101010 | 111000 |
Color Harmonies of #6860BE
Complementary color
Monochromatic Colors of #6860BE
Black with #6860BE
Text Example
Text Example
White with #6860BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860BE; }
p { color: rgb(104,96,190); }
H1.HeaderClassName
{
color: #6860BE;
}
.AnyTagClassName
{
color: #6860BE;
}
</style>
background-color css
<style>
a { background-color: #6860BE; }
a { background-color: rgb(104,96,190); }
div.DivClassName
{
background-color: #6860BE;
}
.BgClassName
{
background-color: #6860BE;
}
</style>
border-color css
<style>
span { border-color: #6860BE; }
span { border-color: rgb(104,96,190); }
td.TdClassName
{
border-color: #6860BE;
}
.TagClassName
{
border-color: #6860BE;
}
</style>