#634A95

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

Shades of Daisy Bush #634A95

Tints of Daisy Bush #634A95

Color information

#634A95 (or 0x634A95) is unknown color: approx Daisy Bush. HEX triplet: 63, 4A and 95. RGB value is (99,74,149). Sum of RGB (Red+Green+Blue) = 99+74+149=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #634A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634A95 is #9CB56A. Grayscale: #595959. Windows color (decimal): -10270059 or 9783907. OLE color: 9783907.

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

Color convert

RGB9974149-
CMYK0.340.5000.42
HSL260º33.63%43.73%-
HSV(B)260º50.34%58.43%-
XYZ13.029.7229.62-
YUV90.02161.28134.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=30.75%
G=22.98%
B=46.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99741490.340.5000.4226033.6343.73
Hex634A95223202A104222c
Octal14311222542620524044254
Binary11000111001010100101011000101100100101010100000100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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