Shades of Daisy Bush #634A99
Tints of Daisy Bush #634A99
RGB
CMYK
RGB Variations
Color information
#634A99 (or 0x634A99) is known color: Daisy Bush. HEX triplet: 63, 4A and 99. RGB value is (99,74,153). Sum of RGB (Red+Green+Blue) = 99+74+153=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #634A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634A99 is #9CB566. Grayscale: #5A5A5A. Windows color (decimal): -10270055 or 10046051. OLE color: 10046051.
HSL color Cylindrical-coordinate representation of color #634A99: hue angle of 258.99º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634A99 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 74 | 153 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.4 |
| HSL | 258.99º | 0.35% | 0.45% | - |
| HSV(B) | 258.99º | 0.52% | 0.6% | - |
| XYZ | 13.34 | 9.85 | 31.33 | - |
| YUV | 90.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 153 | 0.35 | 0.52 | 0 | 0.4 | 258.99 | 0.35 | 0.45 |
| Hex | 63 | 4A | 99 | 23 | 34 | 0 | 28 | 103 | 23 | 2D |
| Octal | 143 | 112 | 231 | 43 | 64 | 0 | 50 | 403 | 43 | 55 |
| Binary | 1100011 | 1001010 | 10011001 | 100011 | 110100 | 0 | 101000 | 100000011 | 100011 | 101101 |
Color Harmonies of #634A99
Complementary color
Monochromatic Colors of #634A99
Black with #634A99
Text Example
Text Example
White with #634A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A99; }
p { color: rgb(99,74,153); }
H1.HeaderClassName
{
color: #634A99;
}
.AnyTagClassName
{
color: #634A99;
}
</style>
background-color css
<style>
a { background-color: #634A99; }
a { background-color: rgb(99,74,153); }
div.DivClassName
{
background-color: #634A99;
}
.BgClassName
{
background-color: #634A99;
}
</style>
border-color css
<style>
span { border-color: #634A99; }
span { border-color: rgb(99,74,153); }
td.TdClassName
{
border-color: #634A99;
}
.TagClassName
{
border-color: #634A99;
}
</style>