Shades of Blue Marguerite #655DAA
Tints of Blue Marguerite #655DAA
RGB
CMYK
RGB Variations
Color information
#655DAA (or 0x655DAA) is known color: Blue Marguerite. HEX triplet: 65, 5D and AA. RGB value is (101,93,170). Sum of RGB (Red+Green+Blue) = 101+93+170=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #655DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DAA is #9AA255. Grayscale: #676767. Windows color (decimal): -10134102 or 11165029. OLE color: 11165029.
HSL color Cylindrical-coordinate representation of color #655DAA: hue angle of 246.23º degrees, saturation: 0.31, 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 #655DAA is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 93 | 170 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.33 |
| HSL | 246.23º | 0.31% | 0.52% | - |
| HSV(B) | 246.23º | 0.45% | 0.67% | - |
| XYZ | 16.54 | 13.5 | 39.76 | - |
| YUV | 104.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 170 | 0.41 | 0.45 | 0 | 0.33 | 246.23 | 0.31 | 0.52 |
| Hex | 65 | 5D | AA | 29 | 2D | 0 | 21 | F6 | 1F | 34 |
| Octal | 145 | 135 | 252 | 51 | 55 | 0 | 41 | 366 | 37 | 64 |
| Binary | 1100101 | 1011101 | 10101010 | 101001 | 101101 | 0 | 100001 | 11110110 | 11111 | 110100 |
Color Harmonies of #655DAA
Complementary color
Monochromatic Colors of #655DAA
Black with #655DAA
Text Example
Text Example
White with #655DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DAA; }
p { color: rgb(101,93,170); }
H1.HeaderClassName
{
color: #655DAA;
}
.AnyTagClassName
{
color: #655DAA;
}
</style>
background-color css
<style>
a { background-color: #655DAA; }
a { background-color: rgb(101,93,170); }
div.DivClassName
{
background-color: #655DAA;
}
.BgClassName
{
background-color: #655DAA;
}
</style>
border-color css
<style>
span { border-color: #655DAA; }
span { border-color: rgb(101,93,170); }
td.TdClassName
{
border-color: #655DAA;
}
.TagClassName
{
border-color: #655DAA;
}
</style>