#614899

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

Shades of Daisy Bush #614899

Tints of Daisy Bush #614899

Color information

#614899 (or 0x614899) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 99. RGB value is (97,72,153). Sum of RGB (Red+Green+Blue) = 97+72+153=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #614899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614899 is #9EB766. Grayscale: #585858. Windows color (decimal): -10401639 or 10045537. OLE color: 10045537.

HSL color Cylindrical-coordinate representation of color #614899: hue angle of 258.52º 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 #614899 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9772153-
CMYK0.370.5300.4
HSL258.52º36%44.12%-
HSV(B)258.52º52.94%60%-
XYZ139.4831.28-
YUV88.71164.28133.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=30.12%
G=22.36%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97721530.370.5300.4258.523644.12
Hex6148992535028103242c
Octal14111023145650504034454
Binary11000011001000100110011001011101010101000100000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614899; }

 p { color: rgb(97,72,153); }

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

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

 a { background-color: rgb(97,72,153); }

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

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

 span { border-color: rgb(97,72,153); }

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