Shades of Blue Marguerite #655AAC
Tints of Blue Marguerite #655AAC
RGB
CMYK
RGB Variations
Color information
#655AAC (or 0x655AAC) is known color: Blue Marguerite. HEX triplet: 65, 5A and AC. RGB value is (101,90,172). Sum of RGB (Red+Green+Blue) = 101+90+172=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #655AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AAC is #9AA553. Grayscale: #666666. Windows color (decimal): -10134868 or 11295333. OLE color: 11295333.
HSL color Cylindrical-coordinate representation of color #655AAC: hue angle of 248.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655AAC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 90 | 172 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.33 |
| HSL | 248.05º | 0.33% | 0.51% | - |
| HSV(B) | 248.05º | 0.48% | 0.67% | - |
| XYZ | 16.47 | 13.06 | 40.68 | - |
| YUV | 102.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 172 | 0.41 | 0.48 | 0 | 0.33 | 248.05 | 0.33 | 0.51 |
| Hex | 65 | 5A | AC | 29 | 30 | 0 | 21 | F8 | 21 | 33 |
| Octal | 145 | 132 | 254 | 51 | 60 | 0 | 41 | 370 | 41 | 63 |
| Binary | 1100101 | 1011010 | 10101100 | 101001 | 110000 | 0 | 100001 | 11111000 | 100001 | 110011 |
Color Harmonies of #655AAC
Complementary color
Monochromatic Colors of #655AAC
Black with #655AAC
Text Example
Text Example
White with #655AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AAC; }
p { color: rgb(101,90,172); }
H1.HeaderClassName
{
color: #655AAC;
}
.AnyTagClassName
{
color: #655AAC;
}
</style>
background-color css
<style>
a { background-color: #655AAC; }
a { background-color: rgb(101,90,172); }
div.DivClassName
{
background-color: #655AAC;
}
.BgClassName
{
background-color: #655AAC;
}
</style>
border-color css
<style>
span { border-color: #655AAC; }
span { border-color: rgb(101,90,172); }
td.TdClassName
{
border-color: #655AAC;
}
.TagClassName
{
border-color: #655AAC;
}
</style>