#614889

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

Shades of Daisy Bush #614889

Tints of Daisy Bush #614889

Color information

#614889 (or 0x614889) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 89. RGB value is (97,72,137). Sum of RGB (Red+Green+Blue) = 97+72+137=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #614889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614889 is #9EB776. Grayscale: #565656. Windows color (decimal): -10401655 or 8996961. OLE color: 8996961.

HSL color Cylindrical-coordinate representation of color #614889: hue angle of 263.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614889 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9772137-
CMYK0.290.4700.46
HSL263.08º31.1%40.98%-
HSV(B)263.08º47.45%53.73%-
XYZ11.768.9824.78-
YUV86.88156.28135.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=31.70%
G=23.53%
B=44.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97721370.290.4700.46263.0831.140.98
Hex6148891D2F02E1071f29
Octal14111021135570564073751
Binary110000110010001000100111101101111010111010000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614889; }

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

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

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

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

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

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

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

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