#634983

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

Shades of Daisy Bush #634983

Tints of Daisy Bush #634983

Color information

#634983 (or 0x634983) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 83. RGB value is (99,73,131). Sum of RGB (Red+Green+Blue) = 99+73+131=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #634983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634983 is #9CB67C. Grayscale: #575757. Windows color (decimal): -10270333 or 8604003. OLE color: 8604003.

HSL color Cylindrical-coordinate representation of color #634983: hue angle of 266.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634983 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9973131-
CMYK0.240.4400.49
HSL266.9º28.43%40%-
HSV(B)266.9º44.27%51.37%-
XYZ11.629.0622.61-
YUV87.39152.61136.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=32.67%
G=24.09%
B=43.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99731310.240.4400.49266.928.4340
Hex634983182C03110b1c28
Octal14311120330540614133450
Binary110001110010011000001111000101100011000110000101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634983; }

 p { color: rgb(99,73,131); }

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

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

 a { background-color: rgb(99,73,131); }

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

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

 span { border-color: rgb(99,73,131); }

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