Shades of Blue Marguerite #654EBA
Tints of Blue Marguerite #654EBA
RGB
CMYK
RGB Variations
Color information
#654EBA (or 0x654EBA) is known color: Blue Marguerite. HEX triplet: 65, 4E and BA. RGB value is (101,78,186). Sum of RGB (Red+Green+Blue) = 101+78+186=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #654EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EBA is #9AB145. Grayscale: #606060. Windows color (decimal): -10137926 or 12209765. OLE color: 12209765.
HSL color Cylindrical-coordinate representation of color #654EBA: hue angle of 252.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654EBA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 78 | 186 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.27 |
| HSL | 252.78º | 0.44% | 0.52% | - |
| HSV(B) | 252.78º | 0.58% | 0.73% | - |
| XYZ | 16.95 | 11.76 | 47.83 | - |
| YUV | 97.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 186 | 0.46 | 0.58 | 0 | 0.27 | 252.78 | 0.44 | 0.52 |
| Hex | 65 | 4E | BA | 2E | 3A | 0 | 1B | FD | 2C | 34 |
| Octal | 145 | 116 | 272 | 56 | 72 | 0 | 33 | 375 | 54 | 64 |
| Binary | 1100101 | 1001110 | 10111010 | 101110 | 111010 | 0 | 11011 | 11111101 | 101100 | 110100 |
Color Harmonies of #654EBA
Complementary color
Monochromatic Colors of #654EBA
Black with #654EBA
Text Example
Text Example
White with #654EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EBA; }
p { color: rgb(101,78,186); }
H1.HeaderClassName
{
color: #654EBA;
}
.AnyTagClassName
{
color: #654EBA;
}
</style>
background-color css
<style>
a { background-color: #654EBA; }
a { background-color: rgb(101,78,186); }
div.DivClassName
{
background-color: #654EBA;
}
.BgClassName
{
background-color: #654EBA;
}
</style>
border-color css
<style>
span { border-color: #654EBA; }
span { border-color: rgb(101,78,186); }
td.TdClassName
{
border-color: #654EBA;
}
.TagClassName
{
border-color: #654EBA;
}
</style>