#634189

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

Shades of Daisy Bush #634189

Tints of Daisy Bush #634189

Color information

#634189 (or 0x634189) is unknown color: approx Daisy Bush. HEX triplet: 63, 41 and 89. RGB value is (99,65,137). Sum of RGB (Red+Green+Blue) = 99+65+137=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #634189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634189 is #9CBE76. Grayscale: #535353. Windows color (decimal): -10272375 or 8995171. OLE color: 8995171.

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

Color convert

RGB9965137-
CMYK0.280.5300.46
HSL268.33º35.64%39.61%-
HSV(B)268.33º52.55%53.73%-
XYZ11.558.2424.65-
YUV83.37158.26139.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=32.89%
G=21.59%
B=45.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99651370.280.5300.46268.3335.6439.61
Hex6341891C3502E10c2428
Octal14310121134650564144450
Binary1100011100000110001001111001101010101110100001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634189; }

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

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

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

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

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

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

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

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