Shades of Blue Marguerite #615AB9
Tints of Blue Marguerite #615AB9
RGB
CMYK
RGB Variations
Color information
#615AB9 (or 0x615AB9) is known color: Blue Marguerite. HEX triplet: 61, 5A and B9. RGB value is (97,90,185). Sum of RGB (Red+Green+Blue) = 97+90+185=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #615AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AB9 is #9EA546. Grayscale: #666666. Windows color (decimal): -10396999 or 12147297. OLE color: 12147297.
HSL color Cylindrical-coordinate representation of color #615AB9: hue angle of 244.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615AB9 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 90 | 185 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.27 |
| HSL | 244.42º | 0.4% | 0.54% | - |
| HSV(B) | 244.42º | 0.51% | 0.73% | - |
| XYZ | 17.34 | 13.36 | 47.56 | - |
| YUV | 102.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 185 | 0.48 | 0.51 | 0 | 0.27 | 244.42 | 0.4 | 0.54 |
| Hex | 61 | 5A | B9 | 30 | 33 | 0 | 1B | F4 | 28 | 36 |
| Octal | 141 | 132 | 271 | 60 | 63 | 0 | 33 | 364 | 50 | 66 |
| Binary | 1100001 | 1011010 | 10111001 | 110000 | 110011 | 0 | 11011 | 11110100 | 101000 | 110110 |
Color Harmonies of #615AB9
Complementary color
Monochromatic Colors of #615AB9
Black with #615AB9
Text Example
Text Example
White with #615AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615AB9; }
p { color: rgb(97,90,185); }
H1.HeaderClassName
{
color: #615AB9;
}
.AnyTagClassName
{
color: #615AB9;
}
</style>
background-color css
<style>
a { background-color: #615AB9; }
a { background-color: rgb(97,90,185); }
div.DivClassName
{
background-color: #615AB9;
}
.BgClassName
{
background-color: #615AB9;
}
</style>
border-color css
<style>
span { border-color: #615AB9; }
span { border-color: rgb(97,90,185); }
td.TdClassName
{
border-color: #615AB9;
}
.TagClassName
{
border-color: #615AB9;
}
</style>