Shades of Blue Marguerite #654FB4
Tints of Blue Marguerite #654FB4
RGB
CMYK
RGB Variations
Color information
#654FB4 (or 0x654FB4) is known color: Blue Marguerite. HEX triplet: 65, 4F and B4. RGB value is (101,79,180). Sum of RGB (Red+Green+Blue) = 101+79+180=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #654FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FB4 is #9AB04B. Grayscale: #606060. Windows color (decimal): -10137676 or 11816805. OLE color: 11816805.
HSL color Cylindrical-coordinate representation of color #654FB4: hue angle of 253.07º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654FB4 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 79 | 180 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.29 |
| HSL | 253.07º | 0.4% | 0.51% | - |
| HSV(B) | 253.07º | 0.56% | 0.71% | - |
| XYZ | 16.4 | 11.65 | 44.57 | - |
| YUV | 97.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 180 | 0.44 | 0.56 | 0 | 0.29 | 253.07 | 0.4 | 0.51 |
| Hex | 65 | 4F | B4 | 2C | 38 | 0 | 1D | FD | 28 | 33 |
| Octal | 145 | 117 | 264 | 54 | 70 | 0 | 35 | 375 | 50 | 63 |
| Binary | 1100101 | 1001111 | 10110100 | 101100 | 111000 | 0 | 11101 | 11111101 | 101000 | 110011 |
Color Harmonies of #654FB4
Complementary color
Monochromatic Colors of #654FB4
Black with #654FB4
Text Example
Text Example
White with #654FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FB4; }
p { color: rgb(101,79,180); }
H1.HeaderClassName
{
color: #654FB4;
}
.AnyTagClassName
{
color: #654FB4;
}
</style>
background-color css
<style>
a { background-color: #654FB4; }
a { background-color: rgb(101,79,180); }
div.DivClassName
{
background-color: #654FB4;
}
.BgClassName
{
background-color: #654FB4;
}
</style>
border-color css
<style>
span { border-color: #654FB4; }
span { border-color: rgb(101,79,180); }
td.TdClassName
{
border-color: #654FB4;
}
.TagClassName
{
border-color: #654FB4;
}
</style>