#634595

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

Shades of Daisy Bush #634595

Tints of Daisy Bush #634595

Color information

#634595 (or 0x634595) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 95. RGB value is (99,69,149). Sum of RGB (Red+Green+Blue) = 99+69+149=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #634595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634595 is #9CBA6A. Grayscale: #565656. Windows color (decimal): -10271339 or 9782627. OLE color: 9782627.

HSL color Cylindrical-coordinate representation of color #634595: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634595 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9969149-
CMYK0.340.5400.42
HSL262.5º36.7%42.75%-
HSV(B)262.5º53.69%58.43%-
XYZ12.79.0829.52-
YUV87.09162.94136.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=31.23%
G=21.77%
B=47.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99691490.340.5400.42262.536.742.75
Hex634595223602A106252b
Octal14310522542660524064553
Binary11000111000101100101011000101101100101010100000110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634595; }

 p { color: rgb(99,69,149); }

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

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

 a { background-color: rgb(99,69,149); }

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

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

 span { border-color: rgb(99,69,149); }

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