Shades of Blue Marguerite #634DAA
Tints of Blue Marguerite #634DAA
RGB
CMYK
RGB Variations
Color information
#634DAA (or 0x634DAA) is known color: Blue Marguerite. HEX triplet: 63, 4D and AA. RGB value is (99,77,170). Sum of RGB (Red+Green+Blue) = 99+77+170=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #634DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DAA is #9CB255. Grayscale: #5D5D5D. Windows color (decimal): -10269270 or 11160931. OLE color: 11160931.
HSL color Cylindrical-coordinate representation of color #634DAA: hue angle of 254.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #634DAA is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 77 | 170 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.33 |
| HSL | 254.19º | 0.38% | 0.48% | - |
| HSV(B) | 254.19º | 0.55% | 0.67% | - |
| XYZ | 15.06 | 10.86 | 39.33 | - |
| YUV | 94.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 170 | 0.42 | 0.55 | 0 | 0.33 | 254.19 | 0.38 | 0.48 |
| Hex | 63 | 4D | AA | 2A | 37 | 0 | 21 | FE | 26 | 30 |
| Octal | 143 | 115 | 252 | 52 | 67 | 0 | 41 | 376 | 46 | 60 |
| Binary | 1100011 | 1001101 | 10101010 | 101010 | 110111 | 0 | 100001 | 11111110 | 100110 | 110000 |
Color Harmonies of #634DAA
Complementary color
Monochromatic Colors of #634DAA
Black with #634DAA
Text Example
Text Example
White with #634DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DAA; }
p { color: rgb(99,77,170); }
H1.HeaderClassName
{
color: #634DAA;
}
.AnyTagClassName
{
color: #634DAA;
}
</style>
background-color css
<style>
a { background-color: #634DAA; }
a { background-color: rgb(99,77,170); }
div.DivClassName
{
background-color: #634DAA;
}
.BgClassName
{
background-color: #634DAA;
}
</style>
border-color css
<style>
span { border-color: #634DAA; }
span { border-color: rgb(99,77,170); }
td.TdClassName
{
border-color: #634DAA;
}
.TagClassName
{
border-color: #634DAA;
}
</style>