Shades of Blue Marguerite #654CB0
Tints of Blue Marguerite #654CB0
RGB
CMYK
RGB Variations
Color information
#654CB0 (or 0x654CB0) is known color: Blue Marguerite. HEX triplet: 65, 4C and B0. RGB value is (101,76,176). Sum of RGB (Red+Green+Blue) = 101+76+176=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #654CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CB0 is #9AB34F. Grayscale: #5E5E5E. Windows color (decimal): -10138448 or 11553893. OLE color: 11553893.
HSL color Cylindrical-coordinate representation of color #654CB0: hue angle of 255º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654CB0 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 76 | 176 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.31 |
| HSL | 255º | 0.4% | 0.49% | - |
| HSV(B) | 255º | 0.57% | 0.69% | - |
| XYZ | 15.79 | 11.07 | 42.38 | - |
| YUV | 94.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 176 | 0.43 | 0.57 | 0 | 0.31 | 255 | 0.4 | 0.49 |
| Hex | 65 | 4C | B0 | 2B | 39 | 0 | 1F | FF | 28 | 31 |
| Octal | 145 | 114 | 260 | 53 | 71 | 0 | 37 | 377 | 50 | 61 |
| Binary | 1100101 | 1001100 | 10110000 | 101011 | 111001 | 0 | 11111 | 11111111 | 101000 | 110001 |
Color Harmonies of #654CB0
Complementary color
Monochromatic Colors of #654CB0
Black with #654CB0
Text Example
Text Example
White with #654CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CB0; }
p { color: rgb(101,76,176); }
H1.HeaderClassName
{
color: #654CB0;
}
.AnyTagClassName
{
color: #654CB0;
}
</style>
background-color css
<style>
a { background-color: #654CB0; }
a { background-color: rgb(101,76,176); }
div.DivClassName
{
background-color: #654CB0;
}
.BgClassName
{
background-color: #654CB0;
}
</style>
border-color css
<style>
span { border-color: #654CB0; }
span { border-color: rgb(101,76,176); }
td.TdClassName
{
border-color: #654CB0;
}
.TagClassName
{
border-color: #654CB0;
}
</style>