Shades of Blue Marguerite #634DB9
Tints of Blue Marguerite #634DB9
RGB
CMYK
RGB Variations
Color information
#634DB9 (or 0x634DB9) is known color: Blue Marguerite. HEX triplet: 63, 4D and B9. RGB value is (99,77,185). Sum of RGB (Red+Green+Blue) = 99+77+185=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #634DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DB9 is #9CB246. Grayscale: #5F5F5F. Windows color (decimal): -10269255 or 12143971. OLE color: 12143971.
HSL color Cylindrical-coordinate representation of color #634DB9: hue angle of 252.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634DB9 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 77 | 185 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.27 |
| HSL | 252.22º | 0.44% | 0.51% | - |
| HSV(B) | 252.22º | 0.58% | 0.73% | - |
| XYZ | 16.56 | 11.46 | 47.24 | - |
| YUV | 95.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 185 | 0.46 | 0.58 | 0 | 0.27 | 252.22 | 0.44 | 0.51 |
| Hex | 63 | 4D | B9 | 2E | 3A | 0 | 1B | FC | 2C | 33 |
| Octal | 143 | 115 | 271 | 56 | 72 | 0 | 33 | 374 | 54 | 63 |
| Binary | 1100011 | 1001101 | 10111001 | 101110 | 111010 | 0 | 11011 | 11111100 | 101100 | 110011 |
Color Harmonies of #634DB9
Complementary color
Monochromatic Colors of #634DB9
Black with #634DB9
Text Example
Text Example
White with #634DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DB9; }
p { color: rgb(99,77,185); }
H1.HeaderClassName
{
color: #634DB9;
}
.AnyTagClassName
{
color: #634DB9;
}
</style>
background-color css
<style>
a { background-color: #634DB9; }
a { background-color: rgb(99,77,185); }
div.DivClassName
{
background-color: #634DB9;
}
.BgClassName
{
background-color: #634DB9;
}
</style>
border-color css
<style>
span { border-color: #634DB9; }
span { border-color: rgb(99,77,185); }
td.TdClassName
{
border-color: #634DB9;
}
.TagClassName
{
border-color: #634DB9;
}
</style>