#634991

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

Shades of Daisy Bush #634991

Tints of Daisy Bush #634991

Color information

#634991 (or 0x634991) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 91. RGB value is (99,73,145). Sum of RGB (Red+Green+Blue) = 99+73+145=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #634991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634991 is #9CB66E. Grayscale: #585858. Windows color (decimal): -10270319 or 9521507. OLE color: 9521507.

HSL color Cylindrical-coordinate representation of color #634991: hue angle of 261.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634991 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9973145-
CMYK0.320.5000.43
HSL261.67º33.03%42.75%-
HSV(B)261.67º49.66%56.86%-
XYZ12.649.4627.95-
YUV88.98159.61135.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=31.23%
G=23.03%
B=45.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99731450.320.5000.43261.6733.0342.75
Hex634991203202B106212b
Octal14311122140620534064153
Binary11000111001001100100011000001100100101011100000110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634991; }

 p { color: rgb(99,73,145); }

 H1.HeaderClassName
 {
   color: #634991;
 }
 .AnyTagClassName
 {
   color: #634991;
 }
</style>
background-color css

<style>
 a { background-color: #634991; }

 a { background-color: rgb(99,73,145); }

 div.DivClassName
 {
   background-color: #634991;
 }
 .BgClassName
 {
   background-color: #634991;
 }
</style>
border-color css

<style>
 span { border-color: #634991; }

 span { border-color: rgb(99,73,145); }

 td.TdClassName
 {
   border-color: #634991;
 }
 .TagClassName
 {
   border-color: #634991;
 }
</style>