Shades of Blue Marguerite #654DB8
Tints of Blue Marguerite #654DB8
RGB
CMYK
RGB Variations
Color information
#654DB8 (or 0x654DB8) is known color: Blue Marguerite. HEX triplet: 65, 4D and B8. RGB value is (101,77,184). Sum of RGB (Red+Green+Blue) = 101+77+184=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #654DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DB8 is #9AB247. Grayscale: #5F5F5F. Windows color (decimal): -10138184 or 12078437. OLE color: 12078437.
HSL color Cylindrical-coordinate representation of color #654DB8: hue angle of 253.46º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654DB8 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 77 | 184 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.28 |
| HSL | 253.46º | 0.43% | 0.51% | - |
| HSV(B) | 253.46º | 0.58% | 0.72% | - |
| XYZ | 16.67 | 11.54 | 46.7 | - |
| YUV | 96.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 184 | 0.45 | 0.58 | 0 | 0.28 | 253.46 | 0.43 | 0.51 |
| Hex | 65 | 4D | B8 | 2D | 3A | 0 | 1C | FD | 2B | 33 |
| Octal | 145 | 115 | 270 | 55 | 72 | 0 | 34 | 375 | 53 | 63 |
| Binary | 1100101 | 1001101 | 10111000 | 101101 | 111010 | 0 | 11100 | 11111101 | 101011 | 110011 |
Color Harmonies of #654DB8
Complementary color
Monochromatic Colors of #654DB8
Black with #654DB8
Text Example
Text Example
White with #654DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DB8; }
p { color: rgb(101,77,184); }
H1.HeaderClassName
{
color: #654DB8;
}
.AnyTagClassName
{
color: #654DB8;
}
</style>
background-color css
<style>
a { background-color: #654DB8; }
a { background-color: rgb(101,77,184); }
div.DivClassName
{
background-color: #654DB8;
}
.BgClassName
{
background-color: #654DB8;
}
</style>
border-color css
<style>
span { border-color: #654DB8; }
span { border-color: rgb(101,77,184); }
td.TdClassName
{
border-color: #654DB8;
}
.TagClassName
{
border-color: #654DB8;
}
</style>