Shades of Blue Marguerite #6560BB
Tints of Blue Marguerite #6560BB
RGB
CMYK
RGB Variations
Color information
#6560BB (or 0x6560BB) is known color: Blue Marguerite. HEX triplet: 65, 60 and BB. RGB value is (101,96,187). Sum of RGB (Red+Green+Blue) = 101+96+187=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #6560BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560BB is #9A9F44. Grayscale: #6B6B6B. Windows color (decimal): -10133317 or 12279909. OLE color: 12279909.
HSL color Cylindrical-coordinate representation of color #6560BB: hue angle of 243.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6560BB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 96 | 187 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.27 |
| HSL | 243.3º | 0.4% | 0.55% | - |
| HSV(B) | 243.3º | 0.49% | 0.73% | - |
| XYZ | 18.52 | 14.72 | 48.88 | - |
| YUV | 107.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 187 | 0.46 | 0.49 | 0 | 0.27 | 243.3 | 0.4 | 0.55 |
| Hex | 65 | 60 | BB | 2E | 31 | 0 | 1B | F3 | 28 | 37 |
| Octal | 145 | 140 | 273 | 56 | 61 | 0 | 33 | 363 | 50 | 67 |
| Binary | 1100101 | 1100000 | 10111011 | 101110 | 110001 | 0 | 11011 | 11110011 | 101000 | 110111 |
Color Harmonies of #6560BB
Complementary color
Monochromatic Colors of #6560BB
Black with #6560BB
Text Example
Text Example
White with #6560BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560BB; }
p { color: rgb(101,96,187); }
H1.HeaderClassName
{
color: #6560BB;
}
.AnyTagClassName
{
color: #6560BB;
}
</style>
background-color css
<style>
a { background-color: #6560BB; }
a { background-color: rgb(101,96,187); }
div.DivClassName
{
background-color: #6560BB;
}
.BgClassName
{
background-color: #6560BB;
}
</style>
border-color css
<style>
span { border-color: #6560BB; }
span { border-color: rgb(101,96,187); }
td.TdClassName
{
border-color: #6560BB;
}
.TagClassName
{
border-color: #6560BB;
}
</style>