Shades of Blue Marguerite #655BA7
Tints of Blue Marguerite #655BA7
RGB
CMYK
RGB Variations
Color information
#655BA7 (or 0x655BA7) is known color: Blue Marguerite. HEX triplet: 65, 5B and A7. RGB value is (101,91,167). Sum of RGB (Red+Green+Blue) = 101+91+167=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #655BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BA7 is #9AA458. Grayscale: #666666. Windows color (decimal): -10134617 or 10967909. OLE color: 10967909.
HSL color Cylindrical-coordinate representation of color #655BA7: hue angle of 247.89º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655BA7 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 91 | 167 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.35 |
| HSL | 247.89º | 0.3% | 0.51% | - |
| HSV(B) | 247.89º | 0.46% | 0.65% | - |
| XYZ | 16.08 | 13.04 | 38.23 | - |
| YUV | 102.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 167 | 0.40 | 0.46 | 0 | 0.35 | 247.89 | 0.3 | 0.51 |
| Hex | 65 | 5B | A7 | 28 | 2E | 0 | 23 | F8 | 1E | 33 |
| Octal | 145 | 133 | 247 | 50 | 56 | 0 | 43 | 370 | 36 | 63 |
| Binary | 1100101 | 1011011 | 10100111 | 101000 | 101110 | 0 | 100011 | 11111000 | 11110 | 110011 |
Color Harmonies of #655BA7
Complementary color
Monochromatic Colors of #655BA7
Black with #655BA7
Text Example
Text Example
White with #655BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BA7; }
p { color: rgb(101,91,167); }
H1.HeaderClassName
{
color: #655BA7;
}
.AnyTagClassName
{
color: #655BA7;
}
</style>
background-color css
<style>
a { background-color: #655BA7; }
a { background-color: rgb(101,91,167); }
div.DivClassName
{
background-color: #655BA7;
}
.BgClassName
{
background-color: #655BA7;
}
</style>
border-color css
<style>
span { border-color: #655BA7; }
span { border-color: rgb(101,91,167); }
td.TdClassName
{
border-color: #655BA7;
}
.TagClassName
{
border-color: #655BA7;
}
</style>