#614991

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

Shades of Daisy Bush #614991

Tints of Daisy Bush #614991

Color information

#614991 (or 0x614991) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 91. RGB value is (97,73,145). Sum of RGB (Red+Green+Blue) = 97+73+145=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #614991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614991 is #9EB66E. Grayscale: #585858. Windows color (decimal): -10401391 or 9521505. OLE color: 9521505.

HSL color Cylindrical-coordinate representation of color #614991: hue angle of 260º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614991 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9773145-
CMYK0.330.5000.43
HSL260º33.03%42.75%-
HSV(B)260º49.66%56.86%-
XYZ12.429.3527.94-
YUV88.38159.95134.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=30.79%
G=23.17%
B=46.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97731450.330.5000.4326033.0342.75
Hex614991213202B104212b
Octal14111122141620534044153
Binary11000011001001100100011000011100100101011100000100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614991; }

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

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

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

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

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

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

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

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