Shades of Blue Marguerite #654AB7
Tints of Blue Marguerite #654AB7
RGB
CMYK
RGB Variations
Color information
#654AB7 (or 0x654AB7) is known color: Blue Marguerite. HEX triplet: 65, 4A and B7. RGB value is (101,74,183). Sum of RGB (Red+Green+Blue) = 101+74+183=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #654AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AB7 is #9AB548. Grayscale: #5E5E5E. Windows color (decimal): -10138953 or 12012133. OLE color: 12012133.
HSL color Cylindrical-coordinate representation of color #654AB7: hue angle of 254.86º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654AB7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 74 | 183 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.28 |
| HSL | 254.86º | 0.43% | 0.5% | - |
| HSV(B) | 254.86º | 0.6% | 0.72% | - |
| XYZ | 16.36 | 11.08 | 46.08 | - |
| YUV | 94.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 183 | 0.45 | 0.60 | 0 | 0.28 | 254.86 | 0.43 | 0.5 |
| Hex | 65 | 4A | B7 | 2D | 3C | 0 | 1C | FF | 2B | 32 |
| Octal | 145 | 112 | 267 | 55 | 74 | 0 | 34 | 377 | 53 | 62 |
| Binary | 1100101 | 1001010 | 10110111 | 101101 | 111100 | 0 | 11100 | 11111111 | 101011 | 110010 |
Color Harmonies of #654AB7
Complementary color
Monochromatic Colors of #654AB7
Black with #654AB7
Text Example
Text Example
White with #654AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AB7; }
p { color: rgb(101,74,183); }
H1.HeaderClassName
{
color: #654AB7;
}
.AnyTagClassName
{
color: #654AB7;
}
</style>
background-color css
<style>
a { background-color: #654AB7; }
a { background-color: rgb(101,74,183); }
div.DivClassName
{
background-color: #654AB7;
}
.BgClassName
{
background-color: #654AB7;
}
</style>
border-color css
<style>
span { border-color: #654AB7; }
span { border-color: rgb(101,74,183); }
td.TdClassName
{
border-color: #654AB7;
}
.TagClassName
{
border-color: #654AB7;
}
</style>