Shades of Blue Marguerite #6560BA
Tints of Blue Marguerite #6560BA
RGB
CMYK
RGB Variations
Color information
#6560BA (or 0x6560BA) is known color: Blue Marguerite. HEX triplet: 65, 60 and BA. RGB value is (101,96,186). Sum of RGB (Red+Green+Blue) = 101+96+186=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6560BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560BA is #9A9F45. Grayscale: #6B6B6B. Windows color (decimal): -10133318 or 12214373. OLE color: 12214373.
HSL color Cylindrical-coordinate representation of color #6560BA: hue angle of 243.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6560BA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 96 | 186 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.27 |
| HSL | 243.33º | 0.39% | 0.55% | - |
| HSV(B) | 243.33º | 0.48% | 0.73% | - |
| XYZ | 18.41 | 14.68 | 48.32 | - |
| YUV | 107.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 186 | 0.46 | 0.48 | 0 | 0.27 | 243.33 | 0.39 | 0.55 |
| Hex | 65 | 60 | BA | 2E | 30 | 0 | 1B | F3 | 27 | 37 |
| Octal | 145 | 140 | 272 | 56 | 60 | 0 | 33 | 363 | 47 | 67 |
| Binary | 1100101 | 1100000 | 10111010 | 101110 | 110000 | 0 | 11011 | 11110011 | 100111 | 110111 |
Color Harmonies of #6560BA
Complementary color
Monochromatic Colors of #6560BA
Black with #6560BA
Text Example
Text Example
White with #6560BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560BA; }
p { color: rgb(101,96,186); }
H1.HeaderClassName
{
color: #6560BA;
}
.AnyTagClassName
{
color: #6560BA;
}
</style>
background-color css
<style>
a { background-color: #6560BA; }
a { background-color: rgb(101,96,186); }
div.DivClassName
{
background-color: #6560BA;
}
.BgClassName
{
background-color: #6560BA;
}
</style>
border-color css
<style>
span { border-color: #6560BA; }
span { border-color: rgb(101,96,186); }
td.TdClassName
{
border-color: #6560BA;
}
.TagClassName
{
border-color: #6560BA;
}
</style>