#634985

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

Shades of Daisy Bush #634985

Tints of Daisy Bush #634985

Color information

#634985 (or 0x634985) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 85. RGB value is (99,73,133). Sum of RGB (Red+Green+Blue) = 99+73+133=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #634985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634985 is #9CB67A. Grayscale: #575757. Windows color (decimal): -10270331 or 8735075. OLE color: 8735075.

HSL color Cylindrical-coordinate representation of color #634985: hue angle of 266º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #634985 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9973133-
CMYK0.260.4500.48
HSL266º29.13%40.39%-
HSV(B)266º45.11%52.16%-
XYZ11.769.1123.33-
YUV87.61153.61136.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=32.46%
G=23.93%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99731330.260.4500.4826629.1340.39
Hex6349851A2D03010a1d28
Octal14311120532550604123550
Binary110001110010011000010111010101101011000010000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634985; }

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

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

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

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

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

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

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

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