Shades of Blue Marguerite #634DB5
Tints of Blue Marguerite #634DB5
RGB
CMYK
RGB Variations
Color information
#634DB5 (or 0x634DB5) is known color: Blue Marguerite. HEX triplet: 63, 4D and B5. RGB value is (99,77,181). Sum of RGB (Red+Green+Blue) = 99+77+181=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #634DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DB5 is #9CB24A. Grayscale: #5F5F5F. Windows color (decimal): -10269259 or 11881827. OLE color: 11881827.
HSL color Cylindrical-coordinate representation of color #634DB5: hue angle of 252.69º 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 #634DB5 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 77 | 181 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.29 |
| HSL | 252.69º | 0.41% | 0.51% | - |
| HSV(B) | 252.69º | 0.57% | 0.71% | - |
| XYZ | 16.14 | 11.3 | 45.05 | - |
| YUV | 95.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 181 | 0.45 | 0.57 | 0 | 0.29 | 252.69 | 0.41 | 0.51 |
| Hex | 63 | 4D | B5 | 2D | 39 | 0 | 1D | FD | 29 | 33 |
| Octal | 143 | 115 | 265 | 55 | 71 | 0 | 35 | 375 | 51 | 63 |
| Binary | 1100011 | 1001101 | 10110101 | 101101 | 111001 | 0 | 11101 | 11111101 | 101001 | 110011 |
Color Harmonies of #634DB5
Complementary color
Monochromatic Colors of #634DB5
Black with #634DB5
Text Example
Text Example
White with #634DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DB5; }
p { color: rgb(99,77,181); }
H1.HeaderClassName
{
color: #634DB5;
}
.AnyTagClassName
{
color: #634DB5;
}
</style>
background-color css
<style>
a { background-color: #634DB5; }
a { background-color: rgb(99,77,181); }
div.DivClassName
{
background-color: #634DB5;
}
.BgClassName
{
background-color: #634DB5;
}
</style>
border-color css
<style>
span { border-color: #634DB5; }
span { border-color: rgb(99,77,181); }
td.TdClassName
{
border-color: #634DB5;
}
.TagClassName
{
border-color: #634DB5;
}
</style>