#614491

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

Shades of Daisy Bush #614491

Tints of Daisy Bush #614491

Color information

#614491 (or 0x614491) is unknown color: approx Daisy Bush. HEX triplet: 61, 44 and 91. RGB value is (97,68,145). Sum of RGB (Red+Green+Blue) = 97+68+145=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #614491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614491 is #9EBB6E. Grayscale: #555555. Windows color (decimal): -10402671 or 9520225. OLE color: 9520225.

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

Color convert

RGB9768145-
CMYK0.330.5300.43
HSL262.6º36.15%41.76%-
HSV(B)262.6º53.1%56.86%-
XYZ12.118.7227.83-
YUV85.45161.61136.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=31.29%
G=21.94%
B=46.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97681450.330.5300.43262.636.1541.76
Hex614491213502B107242a
Octal14110422141650534074452
Binary11000011000100100100011000011101010101011100000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614491; }

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

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

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

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

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

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

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

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