#614987

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

Shades of Daisy Bush #614987

Tints of Daisy Bush #614987

Color information

#614987 (or 0x614987) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 87. RGB value is (97,73,135). Sum of RGB (Red+Green+Blue) = 97+73+135=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #614987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614987 is #9EB678. Grayscale: #575757. Windows color (decimal): -10401401 or 8866145. OLE color: 8866145.

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

Color convert

RGB9773135-
CMYK0.280.4600.47
HSL263.23º29.81%40.78%-
HSV(B)263.23º45.93%52.94%-
XYZ11.699.0624.05-
YUV87.24154.95134.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=31.80%
G=23.93%
B=44.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97731350.280.4600.47263.2329.8140.78
Hex6149871C2E02F1071e29
Octal14111120734560574073651
Binary110000110010011000011111100101110010111110000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614987; }

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

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

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

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

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

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

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

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