Shades of Blue Marguerite #6561BA
Tints of Blue Marguerite #6561BA
RGB
CMYK
RGB Variations
Color information
#6561BA (or 0x6561BA) is known color: Blue Marguerite. HEX triplet: 65, 61 and BA. RGB value is (101,97,186). Sum of RGB (Red+Green+Blue) = 101+97+186=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #6561BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BA is #9A9E45. Grayscale: #6B6B6B. Windows color (decimal): -10133062 or 12214629. OLE color: 12214629.
HSL color Cylindrical-coordinate representation of color #6561BA: hue angle of 242.7º 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 #6561BA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 97 | 186 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.27 |
| HSL | 242.7º | 0.39% | 0.55% | - |
| HSV(B) | 242.7º | 0.48% | 0.73% | - |
| XYZ | 18.5 | 14.86 | 48.35 | - |
| YUV | 108.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 186 | 0.46 | 0.48 | 0 | 0.27 | 242.7 | 0.39 | 0.55 |
| Hex | 65 | 61 | BA | 2E | 30 | 0 | 1B | F3 | 27 | 37 |
| Octal | 145 | 141 | 272 | 56 | 60 | 0 | 33 | 363 | 47 | 67 |
| Binary | 1100101 | 1100001 | 10111010 | 101110 | 110000 | 0 | 11011 | 11110011 | 100111 | 110111 |
Color Harmonies of #6561BA
Complementary color
Monochromatic Colors of #6561BA
Black with #6561BA
Text Example
Text Example
White with #6561BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561BA; }
p { color: rgb(101,97,186); }
H1.HeaderClassName
{
color: #6561BA;
}
.AnyTagClassName
{
color: #6561BA;
}
</style>
background-color css
<style>
a { background-color: #6561BA; }
a { background-color: rgb(101,97,186); }
div.DivClassName
{
background-color: #6561BA;
}
.BgClassName
{
background-color: #6561BA;
}
</style>
border-color css
<style>
span { border-color: #6561BA; }
span { border-color: rgb(101,97,186); }
td.TdClassName
{
border-color: #6561BA;
}
.TagClassName
{
border-color: #6561BA;
}
</style>