#614687

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

Shades of Daisy Bush #614687

Tints of Daisy Bush #614687

Color information

#614687 (or 0x614687) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 87. RGB value is (97,70,135). Sum of RGB (Red+Green+Blue) = 97+70+135=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #614687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614687 is #9EB978. Grayscale: #555555. Windows color (decimal): -10402169 or 8865377. OLE color: 8865377.

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

Color convert

RGB9770135-
CMYK0.280.4800.47
HSL264.92º31.71%40.2%-
HSV(B)264.92º48.15%52.94%-
XYZ11.498.6723.99-
YUV85.48155.95136.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=32.12%
G=23.18%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97701350.280.4800.47264.9231.7140.2
Hex6146871C3002F1092028
Octal14110620734600574114050
Binary1100001100011010000111111001100000101111100001001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614687; }

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

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

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

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

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

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

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

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