#63489A

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

Shades of Daisy Bush #63489A

Tints of Daisy Bush #63489A

Color information

#63489A (or 0x63489A) is unknown color: approx Daisy Bush. HEX triplet: 63, 48 and 9A. RGB value is (99,72,154). Sum of RGB (Red+Green+Blue) = 99+72+154=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #63489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63489A is #9CB765. Grayscale: #595959. Windows color (decimal): -10270566 or 10111075. OLE color: 10111075.

HSL color Cylindrical-coordinate representation of color #63489A: hue angle of 259.76º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63489A is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9972154-
CMYK0.360.5300.40
HSL259.76º36.28%44.31%-
HSV(B)259.76º53.25%60.39%-
XYZ13.39.6231.73-
YUV89.42164.45134.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=30.46%
G=22.15%
B=47.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99721540.360.5300.40259.7636.2844.31
Hex63489A2435028104242c
Octal14311023244650504044454
Binary11000111001000100110101001001101010101000100000100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63489A; }

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

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

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

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

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

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

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

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