#614992

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

Shades of Daisy Bush #614992

Tints of Daisy Bush #614992

Color information

#614992 (or 0x614992) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 92. RGB value is (97,73,146). Sum of RGB (Red+Green+Blue) = 97+73+146=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #614992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614992 is #9EB66D. Grayscale: #585858. Windows color (decimal): -10401390 or 9587041. OLE color: 9587041.

HSL color Cylindrical-coordinate representation of color #614992: hue angle of 259.73º 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 #614992 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9773146-
CMYK0.340.500.43
HSL259.73º33.33%42.94%-
HSV(B)259.73º50%57.25%-
XYZ12.59.3828.35-
YUV88.5160.45134.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=30.70%
G=23.10%
B=46.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97731460.340.500.43259.7333.3342.94
Hex614992223202B104212b
Octal14111122242620534044153
Binary11000011001001100100101000101100100101011100000100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614992; }

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

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

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

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

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

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

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

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