#634A99

Color #634A99 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #634A99

Tints of Daisy Bush #634A99

Color information

#634A99 (or 0x634A99) is unknown color: approx 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

RGB9974153-
CMYK0.350.5200.4
HSL258.99º34.8%44.51%-
HSV(B)258.99º51.63%60%-
XYZ13.349.8531.33-
YUV90.48163.28134.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=30.37%
G=22.70%
B=46.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99741530.350.5200.4258.9934.844.51
Hex634A992334028103232d
Octal14311223143640504034355
Binary11000111001010100110011000111101000101000100000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>