#614174

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

Shades of Honey Flower #614174

Tints of Honey Flower #614174

Color information

#614174 (or 0x614174) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 74. RGB value is (97,65,116). Sum of RGB (Red+Green+Blue) = 97+65+116=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #614174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614174 is #9EBE8B. Grayscale: #505050. Windows color (decimal): -10403468 or 7618913. OLE color: 7618913.

HSL color Cylindrical-coordinate representation of color #614174: hue angle of 277.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614174 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9765116-
CMYK0.160.4400.55
HSL277.65º28.18%35.49%-
HSV(B)277.65º43.97%45.49%-
XYZ9.977.5817.46-
YUV80.38148.1139.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=34.89%
G=23.38%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97651160.160.4400.55277.6528.1835.49
Hex614174102C0371161c23
Octal14110116420540674263443
Binary11000011000001111010010000101100011011110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614174; }

 p { color: rgb(97,65,116); }

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

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

 a { background-color: rgb(97,65,116); }

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

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

 span { border-color: rgb(97,65,116); }

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