#634993

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

Shades of Daisy Bush #634993

Tints of Daisy Bush #634993

Color information

#634993 (or 0x634993) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 93. RGB value is (99,73,147). Sum of RGB (Red+Green+Blue) = 99+73+147=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #634993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634993 is #9CB66C. Grayscale: #585858. Windows color (decimal): -10270317 or 9652579. OLE color: 9652579.

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

Color convert

RGB9973147-
CMYK0.330.5000.42
HSL261.08º33.64%43.14%-
HSV(B)261.08º50.34%57.65%-
XYZ12.799.5228.77-
YUV89.21160.61134.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=31.03%
G=22.88%
B=46.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99731470.330.5000.42261.0833.6443.14
Hex634993213202A105222b
Octal14311122341620524054253
Binary11000111001001100100111000011100100101010100000101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634993; }

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

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

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

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

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

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

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

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