#614591

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

Shades of Daisy Bush #614591

Tints of Daisy Bush #614591

Color information

#614591 (or 0x614591) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 91. RGB value is (97,69,145). Sum of RGB (Red+Green+Blue) = 97+69+145=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #614591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614591 is #9EBA6E. Grayscale: #555555. Windows color (decimal): -10402415 or 9520481. OLE color: 9520481.

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

Color convert

RGB9769145-
CMYK0.330.5200.43
HSL262.11º35.51%41.96%-
HSV(B)262.11º52.41%56.86%-
XYZ12.178.8427.85-
YUV86.04161.28135.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=31.19%
G=22.19%
B=46.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97691450.330.5200.43262.1135.5141.96
Hex614591213402B106242a
Octal14110522141640534064452
Binary11000011000101100100011000011101000101011100000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614591; }

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

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

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

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

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

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

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

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