Shades of Blue Marguerite #654DAE
Tints of Blue Marguerite #654DAE
RGB
CMYK
RGB Variations
Color information
#654DAE (or 0x654DAE) is known color: Blue Marguerite. HEX triplet: 65, 4D and AE. RGB value is (101,77,174). Sum of RGB (Red+Green+Blue) = 101+77+174=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #654DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAE is #9AB251. Grayscale: #5E5E5E. Windows color (decimal): -10138194 or 11423077. OLE color: 11423077.
HSL color Cylindrical-coordinate representation of color #654DAE: hue angle of 254.85º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654DAE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 77 | 174 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.32 |
| HSL | 254.85º | 0.39% | 0.49% | - |
| HSV(B) | 254.85º | 0.56% | 0.68% | - |
| XYZ | 15.66 | 11.13 | 41.37 | - |
| YUV | 95.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 174 | 0.42 | 0.56 | 0 | 0.32 | 254.85 | 0.39 | 0.49 |
| Hex | 65 | 4D | AE | 2A | 38 | 0 | 20 | FF | 27 | 31 |
| Octal | 145 | 115 | 256 | 52 | 70 | 0 | 40 | 377 | 47 | 61 |
| Binary | 1100101 | 1001101 | 10101110 | 101010 | 111000 | 0 | 100000 | 11111111 | 100111 | 110001 |
Color Harmonies of #654DAE
Complementary color
Monochromatic Colors of #654DAE
Black with #654DAE
Text Example
Text Example
White with #654DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DAE; }
p { color: rgb(101,77,174); }
H1.HeaderClassName
{
color: #654DAE;
}
.AnyTagClassName
{
color: #654DAE;
}
</style>
background-color css
<style>
a { background-color: #654DAE; }
a { background-color: rgb(101,77,174); }
div.DivClassName
{
background-color: #654DAE;
}
.BgClassName
{
background-color: #654DAE;
}
</style>
border-color css
<style>
span { border-color: #654DAE; }
span { border-color: rgb(101,77,174); }
td.TdClassName
{
border-color: #654DAE;
}
.TagClassName
{
border-color: #654DAE;
}
</style>