Shades of Blue Marguerite #654BBA
Tints of Blue Marguerite #654BBA
RGB
CMYK
RGB Variations
Color information
#654BBA (or 0x654BBA) is known color: Blue Marguerite. HEX triplet: 65, 4B and BA. RGB value is (101,75,186). Sum of RGB (Red+Green+Blue) = 101+75+186=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #654BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BBA is #9AB445. Grayscale: #5F5F5F. Windows color (decimal): -10138694 or 12208997. OLE color: 12208997.
HSL color Cylindrical-coordinate representation of color #654BBA: hue angle of 254.05º 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 #654BBA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 75 | 186 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.27 |
| HSL | 254.05º | 0.45% | 0.51% | - |
| HSV(B) | 254.05º | 0.6% | 0.73% | - |
| XYZ | 16.75 | 11.34 | 47.76 | - |
| YUV | 95.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 186 | 0.46 | 0.60 | 0 | 0.27 | 254.05 | 0.45 | 0.51 |
| Hex | 65 | 4B | BA | 2E | 3C | 0 | 1B | FE | 2D | 33 |
| Octal | 145 | 113 | 272 | 56 | 74 | 0 | 33 | 376 | 55 | 63 |
| Binary | 1100101 | 1001011 | 10111010 | 101110 | 111100 | 0 | 11011 | 11111110 | 101101 | 110011 |
Color Harmonies of #654BBA
Complementary color
Monochromatic Colors of #654BBA
Black with #654BBA
Text Example
Text Example
White with #654BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BBA; }
p { color: rgb(101,75,186); }
H1.HeaderClassName
{
color: #654BBA;
}
.AnyTagClassName
{
color: #654BBA;
}
</style>
background-color css
<style>
a { background-color: #654BBA; }
a { background-color: rgb(101,75,186); }
div.DivClassName
{
background-color: #654BBA;
}
.BgClassName
{
background-color: #654BBA;
}
</style>
border-color css
<style>
span { border-color: #654BBA; }
span { border-color: rgb(101,75,186); }
td.TdClassName
{
border-color: #654BBA;
}
.TagClassName
{
border-color: #654BBA;
}
</style>