#614391

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

Shades of Daisy Bush #614391

Tints of Daisy Bush #614391

Color information

#614391 (or 0x614391) is unknown color: approx Daisy Bush. HEX triplet: 61, 43 and 91. RGB value is (97,67,145). Sum of RGB (Red+Green+Blue) = 97+67+145=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #614391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614391 is #9EBC6E. Grayscale: #545454. Windows color (decimal): -10402927 or 9519969. OLE color: 9519969.

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

Color convert

RGB9767145-
CMYK0.330.5400.43
HSL263.08º36.79%41.57%-
HSV(B)263.08º53.79%56.86%-
XYZ12.058.627.81-
YUV84.86161.94136.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=31.39%
G=21.68%
B=46.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97671450.330.5400.43263.0836.7941.57
Hex614391213602B107252a
Octal14110322141660534074552
Binary11000011000011100100011000011101100101011100000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614391; }

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

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

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

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

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

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

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

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