#614984

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

Shades of Daisy Bush #614984

Tints of Daisy Bush #614984

Color information

#614984 (or 0x614984) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 84. RGB value is (97,73,132). Sum of RGB (Red+Green+Blue) = 97+73+132=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #614984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614984 is #9EB67B. Grayscale: #565656. Windows color (decimal): -10401404 or 8669537. OLE color: 8669537.

HSL color Cylindrical-coordinate representation of color #614984: hue angle of 264.41º 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 #614984 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9773132-
CMYK0.270.4500.48
HSL264.41º28.78%40.2%-
HSV(B)264.41º44.7%51.76%-
XYZ11.488.9722.96-
YUV86.9153.45135.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=32.12%
G=24.17%
B=43.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97731320.270.4500.48264.4128.7840.2
Hex6149841B2D0301081d28
Octal14111120433550604103550
Binary110000110010011000010011011101101011000010000100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614984; }

 p { color: rgb(97,73,132); }

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

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

 a { background-color: rgb(97,73,132); }

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

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

 span { border-color: rgb(97,73,132); }

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