Shades of Blue Marguerite #614DA8
Tints of Blue Marguerite #614DA8
RGB
CMYK
RGB Variations
Color information
#614DA8 (or 0x614DA8) is known color: Blue Marguerite. HEX triplet: 61, 4D and A8. RGB value is (97,77,168). Sum of RGB (Red+Green+Blue) = 97+77+168=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #614DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DA8 is #9EB257. Grayscale: #5D5D5D. Windows color (decimal): -10400344 or 11029857. OLE color: 11029857.
HSL color Cylindrical-coordinate representation of color #614DA8: hue angle of 253.19º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614DA8 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 77 | 168 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.34 |
| HSL | 253.19º | 0.37% | 0.48% | - |
| HSV(B) | 253.19º | 0.54% | 0.66% | - |
| XYZ | 14.65 | 10.68 | 38.33 | - |
| YUV | 93.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 168 | 0.42 | 0.54 | 0 | 0.34 | 253.19 | 0.37 | 0.48 |
| Hex | 61 | 4D | A8 | 2A | 36 | 0 | 22 | FD | 25 | 30 |
| Octal | 141 | 115 | 250 | 52 | 66 | 0 | 42 | 375 | 45 | 60 |
| Binary | 1100001 | 1001101 | 10101000 | 101010 | 110110 | 0 | 100010 | 11111101 | 100101 | 110000 |
Color Harmonies of #614DA8
Complementary color
Monochromatic Colors of #614DA8
Black with #614DA8
Text Example
Text Example
White with #614DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DA8; }
p { color: rgb(97,77,168); }
H1.HeaderClassName
{
color: #614DA8;
}
.AnyTagClassName
{
color: #614DA8;
}
</style>
background-color css
<style>
a { background-color: #614DA8; }
a { background-color: rgb(97,77,168); }
div.DivClassName
{
background-color: #614DA8;
}
.BgClassName
{
background-color: #614DA8;
}
</style>
border-color css
<style>
span { border-color: #614DA8; }
span { border-color: rgb(97,77,168); }
td.TdClassName
{
border-color: #614DA8;
}
.TagClassName
{
border-color: #614DA8;
}
</style>