#634988

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

Shades of Daisy Bush #634988

Tints of Daisy Bush #634988

Color information

#634988 (or 0x634988) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 88. RGB value is (99,73,136). Sum of RGB (Red+Green+Blue) = 99+73+136=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #634988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634988 is #9CB677. Grayscale: #575757. Windows color (decimal): -10270328 or 8931683. OLE color: 8931683.

HSL color Cylindrical-coordinate representation of color #634988: hue angle of 264.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634988 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9973136-
CMYK0.270.4600.47
HSL264.76º30.14%40.98%-
HSV(B)264.76º46.32%53.33%-
XYZ11.979.224.44-
YUV87.96155.11135.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=32.14%
G=23.70%
B=44.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99731360.270.4600.47264.7630.1440.98
Hex6349881B2E02F1091e29
Octal14311121033560574113651
Binary110001110010011000100011011101110010111110000100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634988; }

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

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

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

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

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

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

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

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