Shades of Blue Marguerite #654ABA
Tints of Blue Marguerite #654ABA
RGB
CMYK
RGB Variations
Color information
#654ABA (or 0x654ABA) is known color: Blue Marguerite. HEX triplet: 65, 4A and BA. RGB value is (101,74,186). Sum of RGB (Red+Green+Blue) = 101+74+186=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #654ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ABA is #9AB545. Grayscale: #5E5E5E. Windows color (decimal): -10138950 or 12208741. OLE color: 12208741.
HSL color Cylindrical-coordinate representation of color #654ABA: hue angle of 254.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654ABA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 74 | 186 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.27 |
| HSL | 254.46º | 0.45% | 0.51% | - |
| HSV(B) | 254.46º | 0.6% | 0.73% | - |
| XYZ | 16.68 | 11.21 | 47.74 | - |
| YUV | 94.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 186 | 0.46 | 0.60 | 0 | 0.27 | 254.46 | 0.45 | 0.51 |
| Hex | 65 | 4A | BA | 2E | 3C | 0 | 1B | FE | 2D | 33 |
| Octal | 145 | 112 | 272 | 56 | 74 | 0 | 33 | 376 | 55 | 63 |
| Binary | 1100101 | 1001010 | 10111010 | 101110 | 111100 | 0 | 11011 | 11111110 | 101101 | 110011 |
Color Harmonies of #654ABA
Complementary color
Monochromatic Colors of #654ABA
Black with #654ABA
Text Example
Text Example
White with #654ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ABA; }
p { color: rgb(101,74,186); }
H1.HeaderClassName
{
color: #654ABA;
}
.AnyTagClassName
{
color: #654ABA;
}
</style>
background-color css
<style>
a { background-color: #654ABA; }
a { background-color: rgb(101,74,186); }
div.DivClassName
{
background-color: #654ABA;
}
.BgClassName
{
background-color: #654ABA;
}
</style>
border-color css
<style>
span { border-color: #654ABA; }
span { border-color: rgb(101,74,186); }
td.TdClassName
{
border-color: #654ABA;
}
.TagClassName
{
border-color: #654ABA;
}
</style>