Shades of Blue Marguerite #654CAA
Tints of Blue Marguerite #654CAA
RGB
CMYK
RGB Variations
Color information
#654CAA (or 0x654CAA) is known color: Blue Marguerite. HEX triplet: 65, 4C and AA. RGB value is (101,76,170). Sum of RGB (Red+Green+Blue) = 101+76+170=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #654CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CAA is #9AB355. Grayscale: #5D5D5D. Windows color (decimal): -10138454 or 11160677. OLE color: 11160677.
HSL color Cylindrical-coordinate representation of color #654CAA: hue angle of 255.96º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654CAA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 76 | 170 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.33 |
| HSL | 255.96º | 0.38% | 0.48% | - |
| HSV(B) | 255.96º | 0.55% | 0.67% | - |
| XYZ | 15.21 | 10.84 | 39.32 | - |
| YUV | 94.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 170 | 0.41 | 0.55 | 0 | 0.33 | 255.96 | 0.38 | 0.48 |
| Hex | 65 | 4C | AA | 29 | 37 | 0 | 21 | 100 | 26 | 30 |
| Octal | 145 | 114 | 252 | 51 | 67 | 0 | 41 | 400 | 46 | 60 |
| Binary | 1100101 | 1001100 | 10101010 | 101001 | 110111 | 0 | 100001 | 100000000 | 100110 | 110000 |
Color Harmonies of #654CAA
Complementary color
Monochromatic Colors of #654CAA
Black with #654CAA
Text Example
Text Example
White with #654CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CAA; }
p { color: rgb(101,76,170); }
H1.HeaderClassName
{
color: #654CAA;
}
.AnyTagClassName
{
color: #654CAA;
}
</style>
background-color css
<style>
a { background-color: #654CAA; }
a { background-color: rgb(101,76,170); }
div.DivClassName
{
background-color: #654CAA;
}
.BgClassName
{
background-color: #654CAA;
}
</style>
border-color css
<style>
span { border-color: #654CAA; }
span { border-color: rgb(101,76,170); }
td.TdClassName
{
border-color: #654CAA;
}
.TagClassName
{
border-color: #654CAA;
}
</style>