Shades of Blue Marguerite #654CAC
Tints of Blue Marguerite #654CAC
RGB
CMYK
RGB Variations
Color information
#654CAC (or 0x654CAC) is known color: Blue Marguerite. HEX triplet: 65, 4C and AC. RGB value is (101,76,172). Sum of RGB (Red+Green+Blue) = 101+76+172=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #654CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CAC is #9AB353. Grayscale: #5E5E5E. Windows color (decimal): -10138452 or 11291749. OLE color: 11291749.
HSL color Cylindrical-coordinate representation of color #654CAC: hue angle of 255.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654CAC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 76 | 172 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.33 |
| HSL | 255.63º | 0.39% | 0.49% | - |
| HSV(B) | 255.63º | 0.56% | 0.67% | - |
| XYZ | 15.4 | 10.91 | 40.32 | - |
| YUV | 94.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 172 | 0.41 | 0.56 | 0 | 0.33 | 255.63 | 0.39 | 0.49 |
| Hex | 65 | 4C | AC | 29 | 38 | 0 | 21 | 100 | 27 | 31 |
| Octal | 145 | 114 | 254 | 51 | 70 | 0 | 41 | 400 | 47 | 61 |
| Binary | 1100101 | 1001100 | 10101100 | 101001 | 111000 | 0 | 100001 | 100000000 | 100111 | 110001 |
Color Harmonies of #654CAC
Complementary color
Monochromatic Colors of #654CAC
Black with #654CAC
Text Example
Text Example
White with #654CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CAC; }
p { color: rgb(101,76,172); }
H1.HeaderClassName
{
color: #654CAC;
}
.AnyTagClassName
{
color: #654CAC;
}
</style>
background-color css
<style>
a { background-color: #654CAC; }
a { background-color: rgb(101,76,172); }
div.DivClassName
{
background-color: #654CAC;
}
.BgClassName
{
background-color: #654CAC;
}
</style>
border-color css
<style>
span { border-color: #654CAC; }
span { border-color: rgb(101,76,172); }
td.TdClassName
{
border-color: #654CAC;
}
.TagClassName
{
border-color: #654CAC;
}
</style>