Shades of Blue Marguerite #654DB0
Tints of Blue Marguerite #654DB0
RGB
CMYK
RGB Variations
Color information
#654DB0 (or 0x654DB0) is known color: Blue Marguerite. HEX triplet: 65, 4D and B0. RGB value is (101,77,176). Sum of RGB (Red+Green+Blue) = 101+77+176=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #654DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DB0 is #9AB24F. Grayscale: #5F5F5F. Windows color (decimal): -10138192 or 11554149. OLE color: 11554149.
HSL color Cylindrical-coordinate representation of color #654DB0: hue angle of 254.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654DB0 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 77 | 176 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.31 |
| HSL | 254.55º | 0.39% | 0.5% | - |
| HSV(B) | 254.55º | 0.56% | 0.69% | - |
| XYZ | 15.86 | 11.21 | 42.4 | - |
| YUV | 95.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 176 | 0.43 | 0.56 | 0 | 0.31 | 254.55 | 0.39 | 0.5 |
| Hex | 65 | 4D | B0 | 2B | 38 | 0 | 1F | FF | 27 | 32 |
| Octal | 145 | 115 | 260 | 53 | 70 | 0 | 37 | 377 | 47 | 62 |
| Binary | 1100101 | 1001101 | 10110000 | 101011 | 111000 | 0 | 11111 | 11111111 | 100111 | 110010 |
Color Harmonies of #654DB0
Complementary color
Monochromatic Colors of #654DB0
Black with #654DB0
Text Example
Text Example
White with #654DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DB0; }
p { color: rgb(101,77,176); }
H1.HeaderClassName
{
color: #654DB0;
}
.AnyTagClassName
{
color: #654DB0;
}
</style>
background-color css
<style>
a { background-color: #654DB0; }
a { background-color: rgb(101,77,176); }
div.DivClassName
{
background-color: #654DB0;
}
.BgClassName
{
background-color: #654DB0;
}
</style>
border-color css
<style>
span { border-color: #654DB0; }
span { border-color: rgb(101,77,176); }
td.TdClassName
{
border-color: #654DB0;
}
.TagClassName
{
border-color: #654DB0;
}
</style>