Shades of Blue Marguerite #634AB4
Tints of Blue Marguerite #634AB4
RGB
CMYK
RGB Variations
Color information
#634AB4 (or 0x634AB4) is known color: Blue Marguerite. HEX triplet: 63, 4A and B4. RGB value is (99,74,180). Sum of RGB (Red+Green+Blue) = 99+74+180=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #634AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AB4 is #9CB54B. Grayscale: #5D5D5D. Windows color (decimal): -10270028 or 11815523. OLE color: 11815523.
HSL color Cylindrical-coordinate representation of color #634AB4: hue angle of 254.15º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #634AB4 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 74 | 180 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.29 |
| HSL | 254.15º | 0.42% | 0.5% | - |
| HSV(B) | 254.15º | 0.59% | 0.71% | - |
| XYZ | 15.83 | 10.85 | 44.44 | - |
| YUV | 93.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 180 | 0.45 | 0.59 | 0 | 0.29 | 254.15 | 0.42 | 0.5 |
| Hex | 63 | 4A | B4 | 2D | 3B | 0 | 1D | FE | 2A | 32 |
| Octal | 143 | 112 | 264 | 55 | 73 | 0 | 35 | 376 | 52 | 62 |
| Binary | 1100011 | 1001010 | 10110100 | 101101 | 111011 | 0 | 11101 | 11111110 | 101010 | 110010 |
Color Harmonies of #634AB4
Complementary color
Monochromatic Colors of #634AB4
Black with #634AB4
Text Example
Text Example
White with #634AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634AB4; }
p { color: rgb(99,74,180); }
H1.HeaderClassName
{
color: #634AB4;
}
.AnyTagClassName
{
color: #634AB4;
}
</style>
background-color css
<style>
a { background-color: #634AB4; }
a { background-color: rgb(99,74,180); }
div.DivClassName
{
background-color: #634AB4;
}
.BgClassName
{
background-color: #634AB4;
}
</style>
border-color css
<style>
span { border-color: #634AB4; }
span { border-color: rgb(99,74,180); }
td.TdClassName
{
border-color: #634AB4;
}
.TagClassName
{
border-color: #634AB4;
}
</style>