#634996

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

Shades of Daisy Bush #634996

Tints of Daisy Bush #634996

Color information

#634996 (or 0x634996) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 96. RGB value is (99,73,150). Sum of RGB (Red+Green+Blue) = 99+73+150=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #634996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634996 is #9CB669. Grayscale: #595959. Windows color (decimal): -10270314 or 9849187. OLE color: 9849187.

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

Color convert

RGB9973150-
CMYK0.340.5100.41
HSL260.26º34.53%43.73%-
HSV(B)260.26º51.33%58.82%-
XYZ13.039.6230.02-
YUV89.55162.11134.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=30.75%
G=22.67%
B=46.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99731500.340.5100.41260.2634.5343.73
Hex6349962233029104232c
Octal14311122642630514044354
Binary11000111001001100101101000101100110101001100000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634996; }

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

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

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

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

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

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

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

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