#614989

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

Shades of Daisy Bush #614989

Tints of Daisy Bush #614989

Color information

#614989 (or 0x614989) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 89. RGB value is (97,73,137). Sum of RGB (Red+Green+Blue) = 97+73+137=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #614989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614989 is #9EB676. Grayscale: #575757. Windows color (decimal): -10401399 or 8997217. OLE color: 8997217.

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

Color convert

RGB9773137-
CMYK0.290.4700.46
HSL262.5º30.48%41.18%-
HSV(B)262.5º46.72%53.73%-
XYZ11.839.1124.8-
YUV87.47155.95134.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=31.60%
G=23.78%
B=44.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97731370.290.4700.46262.530.4841.18
Hex6149891D2F02E1061e29
Octal14111121135570564063651
Binary110000110010011000100111101101111010111010000011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614989; }

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

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

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

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

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

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

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

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