#634796

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

Shades of Daisy Bush #634796

Tints of Daisy Bush #634796

Color information

#634796 (or 0x634796) is unknown color: approx Daisy Bush. HEX triplet: 63, 47 and 96. RGB value is (99,71,150). Sum of RGB (Red+Green+Blue) = 99+71+150=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #634796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634796 is #9CB869. Grayscale: #585858. Windows color (decimal): -10270826 or 9848675. OLE color: 9848675.

HSL color Cylindrical-coordinate representation of color #634796: hue angle of 261.27º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634796 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9971150-
CMYK0.340.5300.41
HSL261.27º35.75%43.33%-
HSV(B)261.27º52.67%58.82%-
XYZ12.99.3629.98-
YUV88.38162.78135.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=30.94%
G=22.19%
B=46.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99711500.340.5300.41261.2735.7543.33
Hex6347962235029105242b
Octal14310722642650514054453
Binary11000111000111100101101000101101010101001100000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634796; }

 p { color: rgb(99,71,150); }

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

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

 a { background-color: rgb(99,71,150); }

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

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

 span { border-color: rgb(99,71,150); }

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