#634889

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

Shades of Daisy Bush #634889

Tints of Daisy Bush #634889

Color information

#634889 (or 0x634889) is unknown color: approx Daisy Bush. HEX triplet: 63, 48 and 89. RGB value is (99,72,137). Sum of RGB (Red+Green+Blue) = 99+72+137=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #634889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634889 is #9CB776. Grayscale: #575757. Windows color (decimal): -10270583 or 8996963. OLE color: 8996963.

HSL color Cylindrical-coordinate representation of color #634889: hue angle of 264.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634889 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9972137-
CMYK0.280.4700.46
HSL264.92º31.1%40.98%-
HSV(B)264.92º47.45%53.73%-
XYZ11.989.0924.79-
YUV87.48155.95136.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=32.14%
G=23.38%
B=44.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99721370.280.4700.46264.9231.140.98
Hex6348891C2F02E1091f29
Octal14311021134570564113751
Binary110001110010001000100111100101111010111010000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634889; }

 p { color: rgb(99,72,137); }

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

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

 a { background-color: rgb(99,72,137); }

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

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

 span { border-color: rgb(99,72,137); }

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