#614087

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

Shades of Daisy Bush #614087

Tints of Daisy Bush #614087

Color information

#614087 (or 0x614087) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 87. RGB value is (97,64,135). Sum of RGB (Red+Green+Blue) = 97+64+135=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #614087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614087 is #9EBF78. Grayscale: #515151. Windows color (decimal): -10403705 or 8863841. OLE color: 8863841.

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

Color convert

RGB9764135-
CMYK0.280.5300.47
HSL267.89º35.68%39.02%-
HSV(B)267.89º52.59%52.94%-
XYZ11.147.9623.87-
YUV81.96157.93138.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=32.77%
G=21.62%
B=45.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97641350.280.5300.47267.8935.6839.02
Hex6140871C3502F10c2427
Octal14110020734650574144447
Binary1100001100000010000111111001101010101111100001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614087; }

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

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

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

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

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

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

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

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