#614887

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

Shades of Daisy Bush #614887

Tints of Daisy Bush #614887

Color information

#614887 (or 0x614887) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 87. RGB value is (97,72,135). Sum of RGB (Red+Green+Blue) = 97+72+135=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #614887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614887 is #9EB778. Grayscale: #565656. Windows color (decimal): -10401657 or 8865889. OLE color: 8865889.

HSL color Cylindrical-coordinate representation of color #614887: hue angle of 263.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614887 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9772135-
CMYK0.280.4700.47
HSL263.81º30.43%40.59%-
HSV(B)263.81º46.67%52.94%-
XYZ11.628.9324.03-
YUV86.66155.28135.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=31.91%
G=23.68%
B=44.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97721350.280.4700.47263.8130.4340.59
Hex6148871C2F02F1081e29
Octal14111020734570574103651
Binary110000110010001000011111100101111010111110000100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614887; }

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

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

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

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

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

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

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

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