Shades of Blue Marguerite #655EAD
Tints of Blue Marguerite #655EAD
RGB
CMYK
RGB Variations
Color information
#655EAD (or 0x655EAD) is known color: Blue Marguerite. HEX triplet: 65, 5E and AD. RGB value is (101,94,173). Sum of RGB (Red+Green+Blue) = 101+94+173=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #655EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EAD is #9AA152. Grayscale: #686868. Windows color (decimal): -10133843 or 11361893. OLE color: 11361893.
HSL color Cylindrical-coordinate representation of color #655EAD: hue angle of 245.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655EAD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 94 | 173 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.32 |
| HSL | 245.32º | 0.33% | 0.52% | - |
| HSV(B) | 245.32º | 0.46% | 0.68% | - |
| XYZ | 16.91 | 13.79 | 41.31 | - |
| YUV | 105.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 173 | 0.42 | 0.46 | 0 | 0.32 | 245.32 | 0.33 | 0.52 |
| Hex | 65 | 5E | AD | 2A | 2E | 0 | 20 | F5 | 21 | 34 |
| Octal | 145 | 136 | 255 | 52 | 56 | 0 | 40 | 365 | 41 | 64 |
| Binary | 1100101 | 1011110 | 10101101 | 101010 | 101110 | 0 | 100000 | 11110101 | 100001 | 110100 |
Color Harmonies of #655EAD
Complementary color
Monochromatic Colors of #655EAD
Black with #655EAD
Text Example
Text Example
White with #655EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EAD; }
p { color: rgb(101,94,173); }
H1.HeaderClassName
{
color: #655EAD;
}
.AnyTagClassName
{
color: #655EAD;
}
</style>
background-color css
<style>
a { background-color: #655EAD; }
a { background-color: rgb(101,94,173); }
div.DivClassName
{
background-color: #655EAD;
}
.BgClassName
{
background-color: #655EAD;
}
</style>
border-color css
<style>
span { border-color: #655EAD; }
span { border-color: rgb(101,94,173); }
td.TdClassName
{
border-color: #655EAD;
}
.TagClassName
{
border-color: #655EAD;
}
</style>