Shades of Blue Marguerite #655EAC
Tints of Blue Marguerite #655EAC
RGB
CMYK
RGB Variations
Color information
#655EAC (or 0x655EAC) is known color: Blue Marguerite. HEX triplet: 65, 5E and AC. RGB value is (101,94,172). Sum of RGB (Red+Green+Blue) = 101+94+172=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #655EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EAC is #9AA153. Grayscale: #686868. Windows color (decimal): -10133844 or 11296357. OLE color: 11296357.
HSL color Cylindrical-coordinate representation of color #655EAC: hue angle of 245.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655EAC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 94 | 172 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.33 |
| HSL | 245.38º | 0.32% | 0.52% | - |
| HSV(B) | 245.38º | 0.45% | 0.67% | - |
| XYZ | 16.82 | 13.75 | 40.8 | - |
| YUV | 104.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 172 | 0.41 | 0.45 | 0 | 0.33 | 245.38 | 0.32 | 0.52 |
| Hex | 65 | 5E | AC | 29 | 2D | 0 | 21 | F5 | 20 | 34 |
| Octal | 145 | 136 | 254 | 51 | 55 | 0 | 41 | 365 | 40 | 64 |
| Binary | 1100101 | 1011110 | 10101100 | 101001 | 101101 | 0 | 100001 | 11110101 | 100000 | 110100 |
Color Harmonies of #655EAC
Complementary color
Monochromatic Colors of #655EAC
Black with #655EAC
Text Example
Text Example
White with #655EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EAC; }
p { color: rgb(101,94,172); }
H1.HeaderClassName
{
color: #655EAC;
}
.AnyTagClassName
{
color: #655EAC;
}
</style>
background-color css
<style>
a { background-color: #655EAC; }
a { background-color: rgb(101,94,172); }
div.DivClassName
{
background-color: #655EAC;
}
.BgClassName
{
background-color: #655EAC;
}
</style>
border-color css
<style>
span { border-color: #655EAC; }
span { border-color: rgb(101,94,172); }
td.TdClassName
{
border-color: #655EAC;
}
.TagClassName
{
border-color: #655EAC;
}
</style>