Shades of Blue Marguerite #614DB5
Tints of Blue Marguerite #614DB5
RGB
CMYK
RGB Variations
Color information
#614DB5 (or 0x614DB5) is known color: Blue Marguerite. HEX triplet: 61, 4D and B5. RGB value is (97,77,181). Sum of RGB (Red+Green+Blue) = 97+77+181=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #614DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DB5 is #9EB24A. Grayscale: #5E5E5E. Windows color (decimal): -10400331 or 11881825. OLE color: 11881825.
HSL color Cylindrical-coordinate representation of color #614DB5: hue angle of 251.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614DB5 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 77 | 181 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.29 |
| HSL | 251.54º | 0.41% | 0.51% | - |
| HSV(B) | 251.54º | 0.57% | 0.71% | - |
| XYZ | 15.92 | 11.19 | 45.04 | - |
| YUV | 94.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 181 | 0.46 | 0.57 | 0 | 0.29 | 251.54 | 0.41 | 0.51 |
| Hex | 61 | 4D | B5 | 2E | 39 | 0 | 1D | FC | 29 | 33 |
| Octal | 141 | 115 | 265 | 56 | 71 | 0 | 35 | 374 | 51 | 63 |
| Binary | 1100001 | 1001101 | 10110101 | 101110 | 111001 | 0 | 11101 | 11111100 | 101001 | 110011 |
Color Harmonies of #614DB5
Complementary color
Monochromatic Colors of #614DB5
Black with #614DB5
Text Example
Text Example
White with #614DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DB5; }
p { color: rgb(97,77,181); }
H1.HeaderClassName
{
color: #614DB5;
}
.AnyTagClassName
{
color: #614DB5;
}
</style>
background-color css
<style>
a { background-color: #614DB5; }
a { background-color: rgb(97,77,181); }
div.DivClassName
{
background-color: #614DB5;
}
.BgClassName
{
background-color: #614DB5;
}
</style>
border-color css
<style>
span { border-color: #614DB5; }
span { border-color: rgb(97,77,181); }
td.TdClassName
{
border-color: #614DB5;
}
.TagClassName
{
border-color: #614DB5;
}
</style>