#614A91

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

Shades of Daisy Bush #614A91

Tints of Daisy Bush #614A91

Color information

#614A91 (or 0x614A91) is unknown color: approx Daisy Bush. HEX triplet: 61, 4A and 91. RGB value is (97,74,145). Sum of RGB (Red+Green+Blue) = 97+74+145=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #614A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A91 is #9EB56E. Grayscale: #585858. Windows color (decimal): -10401135 or 9521761. OLE color: 9521761.

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

Color convert

RGB9774145-
CMYK0.330.4900.43
HSL259.44º32.42%42.94%-
HSV(B)259.44º48.97%56.86%-
XYZ12.499.4827.96-
YUV88.97159.62133.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=30.70%
G=23.42%
B=45.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97741450.330.4900.43259.4432.4242.94
Hex614A91213102B103202b
Octal14111222141610534034053
Binary11000011001010100100011000011100010101011100000011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A91; }

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

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

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

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

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

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

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

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