#614988

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

Shades of Daisy Bush #614988

Tints of Daisy Bush #614988

Color information

#614988 (or 0x614988) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 88. RGB value is (97,73,136). Sum of RGB (Red+Green+Blue) = 97+73+136=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #614988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614988 is #9EB677. Grayscale: #575757. Windows color (decimal): -10401400 or 8931681. OLE color: 8931681.

HSL color Cylindrical-coordinate representation of color #614988: hue angle of 262.86º 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 #614988 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9773136-
CMYK0.290.4600.47
HSL262.86º30.14%40.98%-
HSV(B)262.86º46.32%53.33%-
XYZ11.769.0824.43-
YUV87.36155.45134.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=31.70%
G=23.86%
B=44.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97731360.290.4600.47262.8630.1440.98
Hex6149881D2E02F1071e29
Octal14111121035560574073651
Binary110000110010011000100011101101110010111110000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614988; }

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

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

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

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

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

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

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

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