#634489

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

Shades of Daisy Bush #634489

Tints of Daisy Bush #634489

Color information

#634489 (or 0x634489) is unknown color: approx Daisy Bush. HEX triplet: 63, 44 and 89. RGB value is (99,68,137). Sum of RGB (Red+Green+Blue) = 99+68+137=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #634489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634489 is #9CBB76. Grayscale: #545454. Windows color (decimal): -10271607 or 8995939. OLE color: 8995939.

HSL color Cylindrical-coordinate representation of color #634489: hue angle of 266.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634489 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9968137-
CMYK0.280.5000.46
HSL266.96º33.66%40.2%-
HSV(B)266.96º50.36%53.73%-
XYZ11.738.5924.71-
YUV85.14157.27137.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=32.57%
G=22.37%
B=45.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99681370.280.5000.46266.9633.6640.2
Hex6344891C3202E10b2228
Octal14310421134620564134250
Binary1100011100010010001001111001100100101110100001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634489; }

 p { color: rgb(99,68,137); }

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

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

 a { background-color: rgb(99,68,137); }

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

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

 span { border-color: rgb(99,68,137); }

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