#614770

Color #614770 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #614770

Tints of Honey Flower #614770

Color information

#614770 (or 0x614770) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 70. RGB value is (97,71,112). Sum of RGB (Red+Green+Blue) = 97+71+112=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #614770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614770 is #9EB88F. Grayscale: #535353. Windows color (decimal): -10401936 or 7358305. OLE color: 7358305.

HSL color Cylindrical-coordinate representation of color #614770: hue angle of 278.05º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #614770 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9771112-
CMYK0.130.3700.56
HSL278.05º22.4%35.88%-
HSV(B)278.05º36.61%43.92%-
XYZ10.118.2216.38-
YUV83.45144.11137.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 112 (44.14% from 255) = 40%
R=34.64%
G=25.36%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97711120.130.3700.56278.0522.435.88
Hex614770D250381161624
Octal14110716015450704262644
Binary1100001100011111100001101100101011100010001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614770; }

 p { color: rgb(97,71,112); }

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

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

 a { background-color: rgb(97,71,112); }

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

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

 span { border-color: rgb(97,71,112); }

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