#634895

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

Shades of Daisy Bush #634895

Tints of Daisy Bush #634895

Color information

#634895 (or 0x634895) is unknown color: approx Daisy Bush. HEX triplet: 63, 48 and 95. RGB value is (99,72,149). Sum of RGB (Red+Green+Blue) = 99+72+149=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #634895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634895 is #9CB76A. Grayscale: #585858. Windows color (decimal): -10270571 or 9783395. OLE color: 9783395.

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

Color convert

RGB9972149-
CMYK0.340.5200.42
HSL261.04º34.84%43.33%-
HSV(B)261.04º51.68%58.43%-
XYZ12.899.4629.58-
YUV88.85161.95135.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=30.94%
G=22.5%
B=46.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99721490.340.5200.42261.0434.8443.33
Hex634895223402A105232b
Octal14311022542640524054353
Binary11000111001000100101011000101101000101010100000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634895; }

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

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

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

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

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

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

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

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