Shades of Blue Marguerite #655AA8
Tints of Blue Marguerite #655AA8
RGB
CMYK
RGB Variations
Color information
#655AA8 (or 0x655AA8) is known color: Blue Marguerite. HEX triplet: 65, 5A and A8. RGB value is (101,90,168). Sum of RGB (Red+Green+Blue) = 101+90+168=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #655AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AA8 is #9AA557. Grayscale: #656565. Windows color (decimal): -10134872 or 11033189. OLE color: 11033189.
HSL color Cylindrical-coordinate representation of color #655AA8: hue angle of 248.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655AA8 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 90 | 168 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.34 |
| HSL | 248.46º | 0.31% | 0.51% | - |
| HSV(B) | 248.46º | 0.46% | 0.66% | - |
| XYZ | 16.09 | 12.91 | 38.69 | - |
| YUV | 102.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 168 | 0.40 | 0.46 | 0 | 0.34 | 248.46 | 0.31 | 0.51 |
| Hex | 65 | 5A | A8 | 28 | 2E | 0 | 22 | F8 | 1F | 33 |
| Octal | 145 | 132 | 250 | 50 | 56 | 0 | 42 | 370 | 37 | 63 |
| Binary | 1100101 | 1011010 | 10101000 | 101000 | 101110 | 0 | 100010 | 11111000 | 11111 | 110011 |
Color Harmonies of #655AA8
Complementary color
Monochromatic Colors of #655AA8
Black with #655AA8
Text Example
Text Example
White with #655AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AA8; }
p { color: rgb(101,90,168); }
H1.HeaderClassName
{
color: #655AA8;
}
.AnyTagClassName
{
color: #655AA8;
}
</style>
background-color css
<style>
a { background-color: #655AA8; }
a { background-color: rgb(101,90,168); }
div.DivClassName
{
background-color: #655AA8;
}
.BgClassName
{
background-color: #655AA8;
}
</style>
border-color css
<style>
span { border-color: #655AA8; }
span { border-color: rgb(101,90,168); }
td.TdClassName
{
border-color: #655AA8;
}
.TagClassName
{
border-color: #655AA8;
}
</style>