#614999

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

Shades of Daisy Bush #614999

Tints of Daisy Bush #614999

Color information

#614999 (or 0x614999) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 99. RGB value is (97,73,153). Sum of RGB (Red+Green+Blue) = 97+73+153=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #614999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614999 is #9EB666. Grayscale: #595959. Windows color (decimal): -10401383 or 10045793. OLE color: 10045793.

HSL color Cylindrical-coordinate representation of color #614999: hue angle of 258º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614999 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9773153-
CMYK0.370.5200.4
HSL258º35.4%44.31%-
HSV(B)258º52.29%60%-
XYZ13.069.6131.3-
YUV89.3163.95133.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=30.03%
G=22.60%
B=47.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97731530.370.5200.425835.444.31
Hex6149992534028102232c
Octal14111123145640504024354
Binary11000011001001100110011001011101000101000100000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614999; }

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

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

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

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

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

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

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

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