#634A93

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

Shades of Daisy Bush #634A93

Tints of Daisy Bush #634A93

Color information

#634A93 (or 0x634A93) is unknown color: approx Daisy Bush. HEX triplet: 63, 4A and 93. RGB value is (99,74,147). Sum of RGB (Red+Green+Blue) = 99+74+147=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #634A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634A93 is #9CB56C. Grayscale: #595959. Windows color (decimal): -10270061 or 9652835. OLE color: 9652835.

HSL color Cylindrical-coordinate representation of color #634A93: hue angle of 260.55º degrees, saturation: 0.33, 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 #634A93 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9974147-
CMYK0.330.5000.42
HSL260.55º33.03%43.33%-
HSV(B)260.55º49.66%57.65%-
XYZ12.869.6628.79-
YUV89.8160.28134.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=30.94%
G=23.12%
B=45.94%

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
Decimal99741470.330.5000.42260.5533.0343.33
Hex634A93213202A105212b
Octal14311222341620524054153
Binary11000111001010100100111000011100100101010100000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A93; }

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

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

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

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

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

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

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

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