Shades of Blue Marguerite #654FB0
Tints of Blue Marguerite #654FB0
RGB
CMYK
RGB Variations
Color information
#654FB0 (or 0x654FB0) is known color: Blue Marguerite. HEX triplet: 65, 4F and B0. RGB value is (101,79,176). Sum of RGB (Red+Green+Blue) = 101+79+176=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #654FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654FB0 is #9AB04F. Grayscale: #606060. Windows color (decimal): -10137680 or 11554661. OLE color: 11554661.
HSL color Cylindrical-coordinate representation of color #654FB0: hue angle of 253.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654FB0 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 79 | 176 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.31 |
| HSL | 253.61º | 0.38% | 0.5% | - |
| HSV(B) | 253.61º | 0.55% | 0.69% | - |
| XYZ | 16 | 11.49 | 42.45 | - |
| YUV | 96.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 176 | 0.43 | 0.55 | 0 | 0.31 | 253.61 | 0.38 | 0.5 |
| Hex | 65 | 4F | B0 | 2B | 37 | 0 | 1F | FE | 26 | 32 |
| Octal | 145 | 117 | 260 | 53 | 67 | 0 | 37 | 376 | 46 | 62 |
| Binary | 1100101 | 1001111 | 10110000 | 101011 | 110111 | 0 | 11111 | 11111110 | 100110 | 110010 |
Color Harmonies of #654FB0
Complementary color
Monochromatic Colors of #654FB0
Black with #654FB0
Text Example
Text Example
White with #654FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FB0; }
p { color: rgb(101,79,176); }
H1.HeaderClassName
{
color: #654FB0;
}
.AnyTagClassName
{
color: #654FB0;
}
</style>
background-color css
<style>
a { background-color: #654FB0; }
a { background-color: rgb(101,79,176); }
div.DivClassName
{
background-color: #654FB0;
}
.BgClassName
{
background-color: #654FB0;
}
</style>
border-color css
<style>
span { border-color: #654FB0; }
span { border-color: rgb(101,79,176); }
td.TdClassName
{
border-color: #654FB0;
}
.TagClassName
{
border-color: #654FB0;
}
</style>