Shades of Blue Marguerite #634EA4
Tints of Blue Marguerite #634EA4
RGB
CMYK
RGB Variations
Color information
#634EA4 (or 0x634EA4) is known color: Blue Marguerite. HEX triplet: 63, 4E and A4. RGB value is (99,78,164). Sum of RGB (Red+Green+Blue) = 99+78+164=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #634EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634EA4 is #9CB15B. Grayscale: #5D5D5D. Windows color (decimal): -10269020 or 10767971. OLE color: 10767971.
HSL color Cylindrical-coordinate representation of color #634EA4: hue angle of 254.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634EA4 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 78 | 164 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.36 |
| HSL | 254.65º | 0.36% | 0.47% | - |
| HSV(B) | 254.65º | 0.52% | 0.64% | - |
| XYZ | 14.57 | 10.78 | 36.44 | - |
| YUV | 94.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 164 | 0.40 | 0.52 | 0 | 0.36 | 254.65 | 0.36 | 0.47 |
| Hex | 63 | 4E | A4 | 28 | 34 | 0 | 24 | FF | 24 | 2F |
| Octal | 143 | 116 | 244 | 50 | 64 | 0 | 44 | 377 | 44 | 57 |
| Binary | 1100011 | 1001110 | 10100100 | 101000 | 110100 | 0 | 100100 | 11111111 | 100100 | 101111 |
Color Harmonies of #634EA4
Complementary color
Monochromatic Colors of #634EA4
Black with #634EA4
Text Example
Text Example
White with #634EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634EA4; }
p { color: rgb(99,78,164); }
H1.HeaderClassName
{
color: #634EA4;
}
.AnyTagClassName
{
color: #634EA4;
}
</style>
background-color css
<style>
a { background-color: #634EA4; }
a { background-color: rgb(99,78,164); }
div.DivClassName
{
background-color: #634EA4;
}
.BgClassName
{
background-color: #634EA4;
}
</style>
border-color css
<style>
span { border-color: #634EA4; }
span { border-color: rgb(99,78,164); }
td.TdClassName
{
border-color: #634EA4;
}
.TagClassName
{
border-color: #634EA4;
}
</style>