Shades of Blue Marguerite #614EBA
Tints of Blue Marguerite #614EBA
RGB
CMYK
RGB Variations
Color information
#614EBA (or 0x614EBA) is known color: Blue Marguerite. HEX triplet: 61, 4E and BA. RGB value is (97,78,186). Sum of RGB (Red+Green+Blue) = 97+78+186=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 78 (30.86% from 255 or 21.61% 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 #614EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EBA is #9EB145. Grayscale: #5F5F5F. Windows color (decimal): -10400070 or 12209761. OLE color: 12209761.
HSL color Cylindrical-coordinate representation of color #614EBA: hue angle of 250.56º 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 #614EBA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 78 | 186 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.27 |
| HSL | 250.56º | 0.44% | 0.52% | - |
| HSV(B) | 250.56º | 0.58% | 0.73% | - |
| XYZ | 16.52 | 11.54 | 47.81 | - |
| YUV | 95.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 186 | 0.48 | 0.58 | 0 | 0.27 | 250.56 | 0.44 | 0.52 |
| Hex | 61 | 4E | BA | 30 | 3A | 0 | 1B | FB | 2C | 34 |
| Octal | 141 | 116 | 272 | 60 | 72 | 0 | 33 | 373 | 54 | 64 |
| Binary | 1100001 | 1001110 | 10111010 | 110000 | 111010 | 0 | 11011 | 11111011 | 101100 | 110100 |
Color Harmonies of #614EBA
Complementary color
Monochromatic Colors of #614EBA
Black with #614EBA
Text Example
Text Example
White with #614EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EBA; }
p { color: rgb(97,78,186); }
H1.HeaderClassName
{
color: #614EBA;
}
.AnyTagClassName
{
color: #614EBA;
}
</style>
background-color css
<style>
a { background-color: #614EBA; }
a { background-color: rgb(97,78,186); }
div.DivClassName
{
background-color: #614EBA;
}
.BgClassName
{
background-color: #614EBA;
}
</style>
border-color css
<style>
span { border-color: #614EBA; }
span { border-color: rgb(97,78,186); }
td.TdClassName
{
border-color: #614EBA;
}
.TagClassName
{
border-color: #614EBA;
}
</style>