#614896

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

Shades of Daisy Bush #614896

Tints of Daisy Bush #614896

Color information

#614896 (or 0x614896) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 96. RGB value is (97,72,150). Sum of RGB (Red+Green+Blue) = 97+72+150=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #614896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614896 is #9EB769. Grayscale: #585858. Windows color (decimal): -10401642 or 9848929. OLE color: 9848929.

HSL color Cylindrical-coordinate representation of color #614896: hue angle of 259.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614896 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9772150-
CMYK0.350.5200.41
HSL259.23º35.14%43.53%-
HSV(B)259.23º52%58.82%-
XYZ12.759.3829.99-
YUV88.37162.78134.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=30.41%
G=22.57%
B=47.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97721500.350.5200.41259.2335.1443.53
Hex6148962334029103232c
Octal14111022643640514034354
Binary11000011001000100101101000111101000101001100000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614896; }

 p { color: rgb(97,72,150); }

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

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

 a { background-color: rgb(97,72,150); }

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

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

 span { border-color: rgb(97,72,150); }

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