#634591

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

Shades of Daisy Bush #634591

Tints of Daisy Bush #634591

Color information

#634591 (or 0x634591) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 91. RGB value is (99,69,145). Sum of RGB (Red+Green+Blue) = 99+69+145=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #634591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634591 is #9CBA6E. Grayscale: #565656. Windows color (decimal): -10271343 or 9520483. OLE color: 9520483.

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

Color convert

RGB9969145-
CMYK0.320.5200.43
HSL263.68º35.51%41.96%-
HSV(B)263.68º52.41%56.86%-
XYZ12.388.9527.86-
YUV86.63160.94136.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=31.63%
G=22.04%
B=46.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99691450.320.5200.43263.6835.5141.96
Hex634591203402B108242a
Octal14310522140640534104452
Binary11000111000101100100011000001101000101011100001000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634591; }

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

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

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

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

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

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

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

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