Shades of Blue Marguerite #655AA6
Tints of Blue Marguerite #655AA6
RGB
CMYK
RGB Variations
Color information
#655AA6 (or 0x655AA6) is known color: Blue Marguerite. HEX triplet: 65, 5A and A6. RGB value is (101,90,166). Sum of RGB (Red+Green+Blue) = 101+90+166=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #655AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AA6 is #9AA559. Grayscale: #656565. Windows color (decimal): -10134874 or 10902117. OLE color: 10902117.
HSL color Cylindrical-coordinate representation of color #655AA6: hue angle of 248.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655AA6 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 90 | 166 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.35 |
| HSL | 248.68º | 0.3% | 0.5% | - |
| HSV(B) | 248.68º | 0.46% | 0.65% | - |
| XYZ | 15.91 | 12.83 | 37.71 | - |
| YUV | 101.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 166 | 0.39 | 0.46 | 0 | 0.35 | 248.68 | 0.3 | 0.5 |
| Hex | 65 | 5A | A6 | 27 | 2E | 0 | 23 | F9 | 1E | 32 |
| Octal | 145 | 132 | 246 | 47 | 56 | 0 | 43 | 371 | 36 | 62 |
| Binary | 1100101 | 1011010 | 10100110 | 100111 | 101110 | 0 | 100011 | 11111001 | 11110 | 110010 |
Color Harmonies of #655AA6
Complementary color
Monochromatic Colors of #655AA6
Black with #655AA6
Text Example
Text Example
White with #655AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AA6; }
p { color: rgb(101,90,166); }
H1.HeaderClassName
{
color: #655AA6;
}
.AnyTagClassName
{
color: #655AA6;
}
</style>
background-color css
<style>
a { background-color: #655AA6; }
a { background-color: rgb(101,90,166); }
div.DivClassName
{
background-color: #655AA6;
}
.BgClassName
{
background-color: #655AA6;
}
</style>
border-color css
<style>
span { border-color: #655AA6; }
span { border-color: rgb(101,90,166); }
td.TdClassName
{
border-color: #655AA6;
}
.TagClassName
{
border-color: #655AA6;
}
</style>