Shades of Blue Marguerite #654CB9
Tints of Blue Marguerite #654CB9
RGB
CMYK
RGB Variations
Color information
#654CB9 (or 0x654CB9) is known color: Blue Marguerite. HEX triplet: 65, 4C and B9. RGB value is (101,76,185). Sum of RGB (Red+Green+Blue) = 101+76+185=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #654CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CB9 is #9AB346. Grayscale: #5F5F5F. Windows color (decimal): -10138439 or 12143717. OLE color: 12143717.
HSL color Cylindrical-coordinate representation of color #654CB9: hue angle of 253.76º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654CB9 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 76 | 185 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.27 |
| HSL | 253.76º | 0.44% | 0.51% | - |
| HSV(B) | 253.76º | 0.59% | 0.73% | - |
| XYZ | 16.71 | 11.44 | 47.23 | - |
| YUV | 95.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 185 | 0.45 | 0.59 | 0 | 0.27 | 253.76 | 0.44 | 0.51 |
| Hex | 65 | 4C | B9 | 2D | 3B | 0 | 1B | FE | 2C | 33 |
| Octal | 145 | 114 | 271 | 55 | 73 | 0 | 33 | 376 | 54 | 63 |
| Binary | 1100101 | 1001100 | 10111001 | 101101 | 111011 | 0 | 11011 | 11111110 | 101100 | 110011 |
Color Harmonies of #654CB9
Complementary color
Monochromatic Colors of #654CB9
Black with #654CB9
Text Example
Text Example
White with #654CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CB9; }
p { color: rgb(101,76,185); }
H1.HeaderClassName
{
color: #654CB9;
}
.AnyTagClassName
{
color: #654CB9;
}
</style>
background-color css
<style>
a { background-color: #654CB9; }
a { background-color: rgb(101,76,185); }
div.DivClassName
{
background-color: #654CB9;
}
.BgClassName
{
background-color: #654CB9;
}
</style>
border-color css
<style>
span { border-color: #654CB9; }
span { border-color: rgb(101,76,185); }
td.TdClassName
{
border-color: #654CB9;
}
.TagClassName
{
border-color: #654CB9;
}
</style>